]> ocean-lang.org Git - ocean-D/commitdiff
updates
authorNeilBrown <neil@brown.name>
Sat, 4 Dec 2021 10:40:07 +0000 (21:40 +1100)
committerNeilBrown <neil@brown.name>
Sat, 4 Dec 2021 10:40:07 +0000 (21:40 +1100)
00-TODO

diff --git a/00-TODO b/00-TODO
index 7bd6ddcf819c22b92e486c8b897229e14efefff8..a973953e12a8706bc8299e8e87cad186f1a17ecf 100644 (file)
--- a/00-TODO
+++ b/00-TODO
 - const structures can inherit from another, and update select fields.
 - 'use' labels *must* appear in case statements.
 - 'then' can extend a case section into some other.
-
+  
 ## Needs Design
+- const arrays that are initialized incrementally throughout the code,
+  and post-processed at compile-time, e.g. to sort or derive LR tables.
+  Maybe even across modules.
+  Need a syntax
 - union types - how do I want to support these? inheritance with variance?
 - lambda
 - 'error' value for various types. NIL for pointer NaN for float, extra flag bit