Added notes

This commit is contained in:
Justin Ethier 2015-05-23 01:08:35 -04:00
parent 2102e51c78
commit e9e634e5c2

3
TODO
View file

@ -7,6 +7,9 @@ Working TODO list:
cyclone> 'a
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
is there anything we can do?