Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

---