Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 4.02 KB

README.md

File metadata and controls

88 lines (73 loc) · 4.02 KB

Roo-compiler

All Contributors

COMP90045 - Programming language implementation - 2020S2 - Assignment1&2

Team info

Contributors ✨

Thanks goes to these wonderful people (emoji key):


XuLinYang

💻

knll9311

💻

Chaoszzz

💻

JackyWenruiZhang

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

marks

  • 26 out of 30 (87%)

repository structure

specifications

stage 1a

  • submit COMP90045 1a

stage 1b

how to submit

  • submit COMP90045 1b Makefile Roo.hs RooAST.hs PrettyRoo.hs RooParser.hs
  • verify COMP90045 1b | less

stage 1 result

stage 2

stage 3a

how to submit

  • submit COMP90045 3a xuliny.roo xuliny.in
  • verify COMP90045 3a | less

stage 3b

how to submit

  • submit COMP90045 3b Makefile Roo.hs RooAST.hs PrettyRoo.hs RooParser.hs RooAnalyser.hs SymbolTable.hs Codegen.hs OzCode.hs
  • verify COMP90045 3b | less

testing on netmug

  • ./Roo/Roo ./roo_examples/contrib/xuliny.roo > out.oz
  • ./oz/oz out.oz < ./roo_examples/contrib/xuliny.in

stage 3b result