]> ocean-lang.org Git - ocean-D/commitdiff
updates
authorNeilBrown <neil@brown.name>
Fri, 17 Dec 2021 05:26:57 +0000 (16:26 +1100)
committerNeilBrown <neil@brown.name>
Fri, 17 Dec 2021 05:26:57 +0000 (16:26 +1100)
00-TODO

diff --git a/00-TODO b/00-TODO
index 18e8006d510a04f65ebbee1e3e0a7af8902b4a33..4cbee01dd67aa45ee69b19599cad67bfe677f1eb 100644 (file)
--- a/00-TODO
+++ b/00-TODO
@@ -1,12 +1,10 @@
 # This is a living document - delete things when done.  Avoid discussion.
 
-## Needs implementations
+## Needs implementation
 
 ### Current version (Cataract Creek)
 
-- track lvals when propagatign types, and ensure we have one when needed.
 - allow passing objects to functions by reference is requested
-- Assign/Decl to accept lvalue for assigning to reference
 - add [] as size-of-array
 - replace [foo::] declaration of array with [] - fix all main() calls
 - ensure all param passing and value return is handled correctly