MMC Compiler
3AC generator for the following tuple:
Source Language : mmc Implementation Language : Rust Target Language: MIPS
# ./cargo build
# ./target/debug/mmcrust --repl
It supports the following commands
- LET
- INPUT
- GOTO
- DO LOOP
- DO WHILE LOOP
- FOR LOOP (with and without step size)
- If THEN construct
- If ELSE construct