blob: 675a87f4d17bde9bf85f407c52cc16fee0f2d506 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# NoExcess
This is basically a scheme-like language that is aimed to
be scheme with no additional fluff.
## TODO
- [X] Write the lexer
- [X] Write the parser
- [ ] Write hash table
- [ ] Write the visitor
- [ ] Write the print functions
|