mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Added items
This commit is contained in:
parent
366e813890
commit
55a575c1d7
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -1,5 +1,10 @@
|
|||
Working TODO list:
|
||||
|
||||
- Add static linking code to the compiler (cgen)
|
||||
- Only emit funcall* / return_funcall* definitions for cases that are actually used.
|
||||
IE, do not emit funcall9 just because funcall10 is required
|
||||
|
||||
|
||||
- Error handling
|
||||
need to perform much more error handling of input code. one of the biggest is to report if a function is passed the wrong number of arguments, as this will result in segfauls, bad transport errors, etc downstream if it is allowed.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue