nand2tetris/compiler/backend/lib
Konarak b7dee58454
finish project eight backend compiler
- modify existing implementation to use variant types for a more
  accurate representation of the vm byte code
- switch to fold from recursion for the main translate function
- use separate modules for translating different vm commands
- move static arithmetic command translations to a map
2024-09-13 17:03:52 -04:00
..
arithmetic.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
arithmetic.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00
ast.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
dune finish project eight backend compiler 2024-09-13 17:03:52 -04:00
functioncall.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
functioncall.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00
lexer.mll finish project eight backend compiler 2024-09-13 17:03:52 -04:00
memoryaccess.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
memoryaccess.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00
parser.mly finish project eight backend compiler 2024-09-13 17:03:52 -04:00
programflow.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
programflow.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00
return.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
return.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00
translate.ml finish project eight backend compiler 2024-09-13 17:03:52 -04:00
translate.mli finish project eight backend compiler 2024-09-13 17:03:52 -04:00