mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Note about stack traces
This commit is contained in:
parent
f63df9fd12
commit
0a63384080
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -22,6 +22,11 @@ Working TODO list:
|
||||||
there is no concept of macro expansion, probably other deficiencies as well
|
there is no concept of macro expansion, probably other deficiencies as well
|
||||||
almost certainly will break when running the self-hosted compiler...
|
almost certainly will break when running the self-hosted compiler...
|
||||||
|
|
||||||
|
- stack traces - not required but may be essential
|
||||||
|
if we can record function names in cgen, then it is not too much
|
||||||
|
of a stretch to create a circular buffer of string ptr's and then
|
||||||
|
add to this buffer each time a function is called. then print the
|
||||||
|
buffer out in the default exception handler (or such).
|
||||||
|
|
||||||
- support for application of pure varargs functions, EG:
|
- support for application of pure varargs functions, EG:
|
||||||
((lambda test (write test)) 1 2 3 4)
|
((lambda test (write test)) 1 2 3 4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue