bhavishyagopesh / compiler

Compiler for CS335

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction for running the code

To run the first test case,

    cd src
    python2 parser.py ../tests/test1.go ../out/ir/out1.ir ../out/csv/out1.csv
    cd ..

About

Compiler for CS335


Languages

Language:Python 93.8%Language:Go 4.2%Language:Assembly 1.8%Language:Shell 0.1%Language:C 0.1%