diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-10-31 22:19:48 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-10-31 22:19:48 +0100 |
| commit | e2d4b76c0bbad6c0740f5322e862a02971802e87 (patch) | |
| tree | 1ef1d5cc96004ea8b88efc419cde2b6118b63089 /TODO | |
| parent | 43882a3a0697945b35194c2b5940605e9f4dd846 (diff) | |
| download | elna-e2d4b76c0bbad6c0740f5322e862a02971802e87.tar.gz | |
Check argument list length
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -10,17 +10,8 @@ - Don't ignore relocations where the symbol is not defined in the symbol table. Report an error about an undefined symbol. -# Name analysis - -- Format error messages. -- Return non-zero error code on errors. - # Register allocation -- Each temporary variales gets a tn register where n is the variable index. If +- Each temporary variable gets a tn register where n is the variable index. If there more variables the allocation will fail with out of bounds runtime error. Implement spill over. - -# Other - -- Type analysis. |
