From bb468d738e5edf523e47206c7eafa0b293b736a6 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 4 Dec 2021 21:40:07 +1100 Subject: [PATCH] updates --- 00-TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/00-TODO b/00-TODO index 7bd6ddc..a973953 100644 --- a/00-TODO +++ b/00-TODO @@ -52,8 +52,12 @@ - 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 -- 2.43.0