Skip to content

Commit a4d9210

Browse files
Update the README
1 parent b458e3f commit a4d9210

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ To have syntax highligting you can set the language to Golang or Rust, I've test
3535

3636
## TODOs
3737

38-
- [ ] Add arrays and some more basic data structures.
38+
- [ ] Add arrays, python-like dictionaries and some more basic data structures.
39+
- [ ] Add a special block of code to query with [Nanql](https://github.com/lucascompython/NANQL).
40+
- [ ] Add the hability of making functions.
41+
- [ ] Make a proper std lib.
3942
- [ ] Add for loops.
4043
- [ ] Add local variables.
41-
- [ ] Add the hability of making functions.
4244
- [ ] Add a proper break keyword.
43-
- [ ] Make a proper std lib.
4445
- [ ] Add readable error messages.
4546
- [ ] Optimizing the interpreter.
4647
- [ ] Make a compiler.

0 commit comments

Comments
 (0)