]> ocean-lang.org Git - ocean-D/blobdiff - 00-TODO
updates
[ocean-D] / 00-TODO
diff --git a/00-TODO b/00-TODO
index 8c9ad7817c1fe8a4852999b10aef5a53b6f1fa4b..07109022d2e0f211d313d8b316beede85e7c32db 100644 (file)
--- a/00-TODO
+++ b/00-TODO
@@ -4,7 +4,6 @@
 
 ### Current version (Cataract Creek)
 
-- remove all UNTESTED
 - use AddressOf instead of AssignRef
 - revise all commentary
 - blog post
@@ -53,6 +52,7 @@
 - 'then' can extend a case section into some other.
 
 ## Needs Design
+- review {} syntax issues - look at weird test cases
 - do I need a 'rune' type? What are the elements of a string?
   Are they small strings?  Can I convert to codepoint by treating as number?
   How much of this is in the utf8 library?  Can a string literal be a number?