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

https://github.com/sambhav/jacc

Yet another C Parser
https://github.com/sambhav/jacc

assignment bison c compilers flex lex parser yacc

Last synced: about 1 month ago
JSON representation

Yet another C Parser

Awesome Lists containing this project

README

          

# C Parser
A parser for a subset of ANSI C.
Generates symbol table and IC

* Install requirements
```sudo apt-get install bison flex```
* Specify input file to run in ```run.sh```
* Run `bash run.sh`