diff options
| author | Bad Diode <bd@badd10de.dev> | 2026-06-03 14:55:18 +0200 |
|---|---|---|
| committer | Bad Diode <bd@badd10de.dev> | 2026-06-03 14:55:18 +0200 |
| commit | 555911f3984ee856d5762808eb4dab4019bdbdf9 (patch) | |
| tree | 387c98407ce149b5967aefbe57cbd9debdb9b435 | |
| parent | 19f8f68cb3fcafdd5bc3973647c19885ec19039f (diff) | |
| download | oni-lang-main.tar.gz oni-lang-main.zip | |
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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 |
