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
- Host: GitHub
- URL: https://github.com/sambhav/jacc
- Owner: sambhav
- Created: 2017-04-25T08:23:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T14:20:58.000Z (about 9 years ago)
- Last Synced: 2025-01-24T05:41:17.499Z (over 1 year ago)
- Topics: assignment, bison, c, compilers, flex, lex, parser, yacc
- Language: C++
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`