https://github.com/cvaraujo/interpreter-using-lex-yacc
A small interpreter using Lex and Yacc in C.
https://github.com/cvaraujo/interpreter-using-lex-yacc
Last synced: 6 months ago
JSON representation
A small interpreter using Lex and Yacc in C.
- Host: GitHub
- URL: https://github.com/cvaraujo/interpreter-using-lex-yacc
- Owner: cvaraujo
- Created: 2018-02-05T21:59:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T22:02:08.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T00:02:45.860Z (9 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
# Interpreter
A small interpreter using Lex and Yacc in C.