diff options
author | Marius Kintel <marius@kintel.net> | 2011-02-05 16:06:34 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-02-05 16:06:34 (GMT) |
commit | 07ec4e43b8bc1328e1815b3e259d0cbb62e17087 (patch) | |
tree | cdcda50c5fa20cf4e22ab6a2fb1ec1df2658df05 | |
parent | 420c36603b8ba8e7fcf2988ccef4774130d39511 (diff) |
clarify boolean wishes
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 29c4d87..31e569f 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -138,12 +138,11 @@ o Language Frontend the "Flex & Bison" O'Reilly book, "Start States and Nested Input Files", page 28, for an example. - Allow local variables and functions everywhere (not only on module level) - - allow 0/1 f/t FALSE/TRUE as boolean values - - allow any expression to be evaluated as boolean (e.g. 1 = true, 0 = false) + - allow any expression to be evaluated as boolean (!0 = true, 0 = false) - Rethink for vs. intersection_for vs. group. Should for loops generate child lists instead, and make these passable to other modules or accessible by child()? - - constants: PI, TRUE, FALSE + - constants: PI o DXF Import/Export - Use dxflib from RibbonSoft for import/export? -> investigate - Import |