Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KoltPenny/Interpreter
Simple interpreter with Flex and Bison in C
https://github.com/KoltPenny/Interpreter
Last synced: 3 months ago
JSON representation
Simple interpreter with Flex and Bison in C
- Host: GitHub
- URL: https://github.com/KoltPenny/Interpreter
- Owner: KoltPenny
- License: gpl-3.0
- Created: 2018-07-28T02:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T02:49:46.000Z (over 6 years ago)
- Last Synced: 2024-04-24T16:41:40.445Z (7 months ago)
- Language: C
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
Interpreter
===========This is a simple interpreter done in C with the help of Flex and Bison.
---
**Important Files**
* flex.l
* bison.y
* structs.h---