Skip to content

Compiler

Robin Soegtrop requested to merge Compiler into main

Compiler translates into a machine State:

  • Functions (and main)
  • Recursive Functions
  • Predefined Functions
  • Local Definitions

Output: State (0,[Instructions],[],Heap [DEF <FunctionName> <Arity> <InstructionAdress>], Functions [(<FunctionName>,<HeapAdress>)])

Merge request reports

Loading