diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -35,13 +35,6 @@ Other TODO Items - Debugging tools. See section below. -- revisit parsed #include directives. Are they necessary at all?? - (This is a rhetorical question. They are necessary. However, the - Users' Guide needs better examples about when and when not to use - #include. Also, consider making '#include' do a raw include, and - something else do a parsed include ('#include parsed', '#include cheetah'?), - so that users get parsing only if they explicitly request it. - - implement some better error handling for misformed #for, #if, #try directives, etc. At the moment these errors are not caught until Python executes the code. |