mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added notes
This commit is contained in:
parent
2102e51c78
commit
e9e634e5c2
1 changed files with 3 additions and 0 deletions
3
TODO
3
TODO
|
@ -7,6 +7,9 @@ Working TODO list:
|
||||||
cyclone> 'a
|
cyclone> 'a
|
||||||
Error: Unbound variable quote
|
Error: Unbound variable quote
|
||||||
|
|
||||||
|
it seems tagged-list? is receiving two different instances of the "quote" symbol
|
||||||
|
add_symbol(quote_quote); appears in each module
|
||||||
|
can we fix this by updating defsymbol to call find_or_add_symbol???
|
||||||
|
|
||||||
- Reduction in size of generated code
|
- Reduction in size of generated code
|
||||||
is there anything we can do?
|
is there anything we can do?
|
||||||
|
|
Loading…
Add table
Reference in a new issue