COMP90045 - Programming language implementation - 2020S2 - Assignment1&2
Thanks goes to these wonderful people (emoji key):
XuLinYang 💻 |
knll9311 💻 |
Chaoszzz 💻 |
JackyWenruiZhang 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
/2a submit
: submission to project 2a with personal info removed/docs
: documentation & specification/Joey
: Joey is a subset language of Roo, provided as skeleton code/Roo
: implemented Roo parser
submit COMP90045 1b Makefile Roo.hs RooAST.hs PrettyRoo.hs RooParser.hs
verify COMP90045 1b | less
submit COMP90045 3a xuliny.roo xuliny.in
verify COMP90045 3a | less
submit COMP90045 3b Makefile Roo.hs RooAST.hs PrettyRoo.hs RooParser.hs RooAnalyser.hs SymbolTable.hs Codegen.hs OzCode.hs
verify COMP90045 3b | less
./Roo/Roo ./roo_examples/contrib/xuliny.roo > out.oz
./oz/oz out.oz < ./roo_examples/contrib/xuliny.in