Add printc and exit builtin functions
This commit is contained in:
9
TODO
9
TODO
@ -15,16 +15,15 @@
|
||||
- Format error messages.
|
||||
- Return non-zero error code on errors.
|
||||
|
||||
# Built-in
|
||||
|
||||
- Implement printc (with int argument).
|
||||
- Implement exit() as standalone function.
|
||||
|
||||
# Register allocation
|
||||
|
||||
- Temporary variables always use the same register, t0. Allocate registers for
|
||||
temporaries.
|
||||
|
||||
# Prarsing and abstract syntax tree
|
||||
|
||||
- Parse signed hexadecimal numbers.
|
||||
|
||||
# Other
|
||||
|
||||
- Type analysis.
|
||||
|
Reference in New Issue
Block a user