Gorp Compiler
Status: In Progress | Last Updated: 2011/02/18 | Author(s): stt@sfu.ca
A compiler for the Gorp language. Translates Gorp code into custom ASM (not x86) and currently supports the following (will change as the semester progresses):
- Variables {int, float, boolean, object types}
- Objects
- Functions
- Types (int, float, bool), Type Conversion
- Control structures (if)
- Loop structures (do/while/until)
- Math and (true) modulo
- Boolean, Comparison operators
CMPT 379 (Compilers) semester project. Binary will be uploaded after semester completion.