Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanishkaganguly/compilerdesign
Compiler Design Lab
https://github.com/kanishkaganguly/compilerdesign
Last synced: 25 days ago
JSON representation
Compiler Design Lab
- Host: GitHub
- URL: https://github.com/kanishkaganguly/compilerdesign
- Owner: kanishkaganguly
- Created: 2014-02-09T23:11:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T05:50:49.000Z (over 10 years ago)
- Last Synced: 2023-03-24T05:58:04.774Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CompilerDesign
==============Compile Lexical_Analyzer.l (flex Lexical_Analyzer.l)
Compile Parser.y (bison Parser.y)
Run GCC on Parser.tab.c (gcc Parser.tab.c)
Run a.out with input file (./a.out input.c > out.txt)