18 lines
378 B
Markdown
18 lines
378 B
Markdown
|
# Changelog
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
- [ ] Automatic semicolon insertion
|
||
|
- [ ] Improve error messages
|
||
|
- [ ] Parse other language constructions
|
||
|
- [ ] Type checking
|
||
|
- [ ] Check for conflicting identifiers
|
||
|
- [ ] Namespace identifiers in the symbol table
|
||
|
- [ ] Stdlib
|
||
|
- [ ] Document code
|
||
|
|
||
|
## v0.0.1
|
||
|
|
||
|
- Compilation of a `val` binding with a number.
|
||
|
- Scan all tokens except new lines, indentation.
|