You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tlang/wip.txt

10 lines
253 B
Plaintext

Arrays support
1. Todo: Add expression support for int k = `myArray[1+1]`; (for example)
2. COntinue working on indexer support
3. How would we process:
```
myArray[i][1]
We should take the [`i`, `1`] and produce a nested assignment expression
```