X-Git-Url: https://ocean-lang.org/code/?p=ocean-D;a=blobdiff_plain;f=00-TODO;h=07109022d2e0f211d313d8b316beede85e7c32db;hp=8c9ad7817c1fe8a4852999b10aef5a53b6f1fa4b;hb=4ce1db1a23db332cdb72a39def722c0392d5b884;hpb=10e77686a11633f31759927b687510bf798919c7 diff --git a/00-TODO b/00-TODO index 8c9ad78..0710902 100644 --- 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?