more todos

This commit is contained in:
Bill Currie 2010-01-13 06:33:31 +00:00 committed by Jeff Teunissen
parent 00f9d48f10
commit 21b3a87535

View file

@ -29,4 +29,6 @@ o try to reduce memory consumption
o unnamed function parameters for prototypes/typdefs etc.
o embedded nul characters in strings
o smarter temp def handling
o C style pointer/array declarations (type system in general?)
o better error handling to continue parsing after a syntax error
? "":"" string concatenation (parser issues)