Update TODO.md

This commit is contained in:
Shunsuke Shibayama 2022-11-26 23:32:48 +09:00
parent f4fb25b400
commit d38bdd9843

View file

@ -17,7 +17,7 @@
* [x] % (modulo) * [x] % (modulo)
* [x] comparison * [x] comparison
* [x] ! (mutation) * [x] ! (mutation)
* [x] ..< (right-open range) * [x] .. (range)
* [ ] Pattern-matching * [ ] Pattern-matching
* [x] Variable Pattern * [x] Variable Pattern
* [x] Literal Pattern * [x] Literal Pattern
@ -65,7 +65,7 @@
* [ ] Dict * [ ] Dict
* [ ] Set * [ ] Set
* [ ] Tuple * [ ] Tuple
* [ ] Pipeline operator * [x] Pipeline operator
* [ ] ? operator * [ ] ? operator
* [x] Multi-line string * [x] Multi-line string
* [ ] String interpolation * [ ] String interpolation
@ -119,7 +119,7 @@
* [x] Japanese * [x] Japanese
* [x] Simplified Chinese * [x] Simplified Chinese
* [x] Traditional Chinese * [x] Traditional Chinese
* [ ] Create a playground (uses [pyodide](https://github.com/pyodide/pyodide)) * [x] Create a playground
* [ ] Develop the development environment * [ ] Develop the development environment
* [x] Implement LSP (Language Server Protocol) * [x] Implement LSP (Language Server Protocol)
* [x] Implement a syntax highlighter (REPL/debugger built-in) * [x] Implement a syntax highlighter (REPL/debugger built-in)