Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanishkaganguly/compilerdesign

Compiler Design Lab
https://github.com/kanishkaganguly/compilerdesign

Last synced: 25 days ago
JSON representation

Compiler Design Lab

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)