aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2026-06-03 14:55:18 +0200
committerBad Diode <bd@badd10de.dev>2026-06-03 14:55:18 +0200
commit555911f3984ee856d5762808eb4dab4019bdbdf9 (patch)
tree387c98407ce149b5967aefbe57cbd9debdb9b435
parent19f8f68cb3fcafdd5bc3973647c19885ec19039f (diff)
downloadoni-lang-main.tar.gz
oni-lang-main.zip
Add a todo noteHEADmain
-rw-r--r--TODO.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 9ecabe0..efce03a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,9 @@
1# TODO 1# TODO
2 2
3- Planned. 3- Planned.
4 - Write a language reference documentation. 4 - Deprecate `.float()` using f64, instead use `.f64()` and `.f32()`. Similarly
5 `.from_float()` should follow the same patterns. This is to accomodate
6 systems where there is no F64 (e.g. PlayDate).
5 - Write a stdlib reference documentation. 7 - Write a stdlib reference documentation.
6 - Implement octal number parsing for numbers with the `0o` prefix. 8 - Implement octal number parsing for numbers with the `0o` prefix.
7 - Add a shorthand for anonymous struct type declarations, this would reduce 9 - Add a shorthand for anonymous struct type declarations, this would reduce