diff options
-rw-r--r-- | doc/TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index dbf40c7..53dc2c0 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -120,6 +120,8 @@ o Misc - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) - Add support for symbolic names to child() statement - Add 'lines' object type for non-solid 2d drawings + - Is there a reason why modules like echo, empty if, empty for loop returns an + empty AbstractNode instead of being ignored? o Grammar - dim->name -> dim->label - A random(seed) function |