diff options
author | Marius Kintel <marius@kintel.net> | 2010-12-25 22:46:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-12-25 22:46:07 (GMT) |
commit | f04c235f2f0480fce04e55812e3b7611db34577b (patch) | |
tree | 522c2d7e6ca35c082c6e445f8caf7a49944ee6f0 | |
parent | e9527c64d3130168f626ec17bf734124069ad244 (diff) |
Added section for proposed language changes for 'V2.0'
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 63afb03..a053b58 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -169,6 +169,11 @@ o Grammar - import_*() -> *_import() (consistent prefix vs. postfix) - linear_extrude()/rotate_extrude(): Cumbersome names? -> (extrude, revolve, lathe, sweep ?) +IDEAS FOR LANGUAGE CHANGES +-------------------------- +o More strict checking of module parameters to make e.g. this fail: + module test(a,b) { a=1; b=2; echo(a,b,c); } test(c=3); + CODE ---- |