The first step towards building a compiler.
Stuff we need:
- Statements
- Globals
- Function table
- String table
- Definitions table
- Fields table (only one dummy entry for now)
Idea
- Instructions with mnemonics
- Labels for builtins
- Generate definitions from global / function list