X-Git-Url: https://ocean-lang.org/code/?p=ocean-D;a=blobdiff_plain;f=00-TODO;h=68717a49d4043be38af90df115c63a17539735c6;hp=58dae9ce76fecc8e5eae55f56aa4a58b82b46a79;hb=da2b05008783a3fa1c92f546e237703237129c71;hpb=6bf27e5fd35feec3c55c3776c553b81c7d025c70 diff --git a/00-TODO b/00-TODO index 58dae9c..68717a4 100644 --- a/00-TODO +++ b/00-TODO @@ -1,18 +1,14 @@ This is a living document - delete things when done. Avoid discussion. -Current version (Jamison Creek) -- global consts +Current version (Cataract Creek) +- use precedence levels for expressions - structs - - const or variable fields - - initial value + - const fields - anonymous field - array or struct (or pointer to these) + multiple anon struct ar allowed if they don't conflict - [] can apply to anon array field - anon struct field gets fields interpolated -Next version ?? - -- change 'labels' to only be created for 'use' -- handle syntax errors better - recover quickly. - manifest values for arrays and structs [a,b,c] - yet more operators << >> # @@ -22,20 +18,53 @@ Next version ?? - integers, unsigned, bitfield, float - pointers - owned or borrowed - - overloaded or pure + - pure, loaded, overloaded, augmented + - owned: once, counted, collected - array slice - array buffer - can be added to and grows. - char, string search, regexp search +- allow "do stuff" as a stand-alone statement (scope) -Much later +Next version (Govetts Creek): - functions and procedures +- Finalize what a "main" program looks like. + +Much later - per-field attributes + constant, stable, add-only, read-only, mutable, owned, borrowed, dependant, pure - records - enum - classes + - constructors and destructors - or "after" ?? + - vtables, fat pointers, list of approaches - operators as interface methods - interfaces, inheritance - modules, imports and exports -- closures, threads, co-routines -- introspection? +- closures, threads, co-routines, generators +- introspection / reflection ? + e.g. support serialization + find function given a string holding the name + measure coverage, adjust based on performance metrics + auto-create mock objects + Is this just parsing the details in the obj file? +- % formatting +- string / slice / strbuf +- parsing library - sscanf equiv, regexp, LALR +- FFI +- GTK +- sockets / http / HTML +- parameterised types, and dependant types +- message passing primitives +- overloading for numbers +- exceptions ?? +- ensure list_head type concept can work +- "union" type ?? +- pattern matching for destructuring?? +- casts?? +- typeswitch? +- iso suffixes for number? +- foreach? +- case fall-through or go-to +- break/continue or "next","last" +- algebraic types