Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison TODO @ 89:64d275661bf0
update TODO some
author | David A. Holland |
---|---|
date | Mon, 10 Jun 2013 21:57:50 -0400 |
parents | b81ddd969691 |
children | 66c7c05d6232 |
comparison
equal
deleted
inserted
replaced
88:36066289e31a | 89:64d275661bf0 |
---|---|
14 | 14 |
15 tidy up: | 15 tidy up: |
16 - get rid of inlinedefs.h | 16 - get rid of inlinedefs.h |
17 - use of places in and below macro.c is pretty bogus. | 17 - use of places in and below macro.c is pretty bogus. |
18 - macro code should be reworked. | 18 - macro code should be reworked. |
19 - do some output buffering. | |
20 | 19 |
21 fix: | 20 fix: |
22 - "#if 0 && 1/0" should not crash; fix eval method. | 21 - "#if 0 && 1/0" should not crash; fix eval method. |
23 - see tech-toolchain stuff about comment removal. | 22 - an unterminated comment is reported as "no newline at end of file" |
23 (which isn't fatal by default) | |
24 | 24 |
25 also: | |
26 - need tests. | |
27 |