blob: caefc4a32688e31ad0750a19ad594d215e2bd30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# TODO
## Standard Library
### Math
- [ ] division (float)
- [ ] division (int)
- [ ] mod (int)
- [ ] exponent
### Strings
- [X] concat
- [ ] substring
- [ ] lower/uppercase
### Control
- [X] if
- [ ] if with empty else
- [ ] branch
## Lists
- [ ] lex
- [ ] parse
- [ ] evaluate
## Symbols
- [ ] define
- [ ] access
|