hkveeranki / Decaf-Compiler

Compiler for Decaf Programming Language
http://decaf-compiler.hkveeranki.com/
MIT License
37 stars 8 forks source link

multiple arguments for a function #5

Closed kiranmayee18 closed 6 years ago

kiranmayee18 commented 6 years ago

unable to send multiple arguments to a function. eg: running the input_gcd code present in the sample_input directory gives the following error : errorscreenshot

Also, no IR is generated

hkveeranki commented 6 years ago

Thanks for reporting. fixed in a84d10f