aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 2c4239a9b0000c44112d07bf2a5db46f94d53928 (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
# TODO

## Standard Library

### Math
- [ ] division (float)
- [ ] division (int)
- [ ] mod (int)
- [ ] exponent

### Strings
- [ ] concat
- [ ] substring
- [ ] lower/uppercase

### Control
- [ ] if

## Lists
- [ ] lex
- [ ] parse
- [ ] evaluate

## Symbols
- [ ] define
- [ ] access