clarify boolean wishes

stl_dim
Marius Kintel 2011-02-05 17:06:34 +01:00
parent 420c36603b
commit 07ec4e43b8
1 changed files with 2 additions and 3 deletions

View File

@ -138,12 +138,11 @@ o Language Frontend
the "Flex & Bison" O'Reilly book, "Start States and Nested Input the "Flex & Bison" O'Reilly book, "Start States and Nested Input
Files", page 28, for an example. Files", page 28, for an example.
- Allow local variables and functions everywhere (not only on module level) - 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 (!0 = true, 0 = false)
- allow any expression to be evaluated as boolean (e.g. 1 = true, 0 = false)
- Rethink for vs. intersection_for vs. group. Should for loops - Rethink for vs. intersection_for vs. group. Should for loops
generate child lists instead, and make these passable to other generate child lists instead, and make these passable to other
modules or accessible by child()? modules or accessible by child()?
- constants: PI, TRUE, FALSE - constants: PI
o DXF Import/Export o DXF Import/Export
- Use dxflib from RibbonSoft for import/export? -> investigate - Use dxflib from RibbonSoft for import/export? -> investigate
- Import - Import