Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison TODO @ 187:8c7e508da6cc
more of previous
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 04:14:59 -0400 |
parents | 16b4451e34b8 |
children | 6947cd2cde79 |
comparison
equal
deleted
inserted
replaced
186:9637bf434f8e | 187:8c7e508da6cc |
---|---|
19 world we'd remember the place #line changed the name and refer | 19 world we'd remember the place #line changed the name and refer |
20 to it when printing errors. | 20 to it when printing errors. |
21 | 21 |
22 fix: | 22 fix: |
23 - "#if 0 && 1/0" should not crash; fix eval method. | 23 - "#if 0 && 1/0" should not crash; fix eval method. |
24 - an unterminated comment is reported as "no newline at end of file" | |
25 (which isn't fatal by default) | |
26 - quote characters and comment delimiters that are emitted by | 24 - quote characters and comment delimiters that are emitted by |
27 macros are not recognized. See: | 25 macros are not recognized. See: |
28 t34 (should produce a quote and FOO Q) | 26 t34 (should produce a quote and FOO Q) |
29 t35 (similarly, this test may be redundant once it's fixed) | 27 t35 (similarly, this test may be redundant once it's fixed) |
30 t36 (C(3) should produce nothing) | 28 t36 (C(3) should produce nothing) |