diff options
author | Preston Pan <preston@nullring.xyz> | 2023-01-04 18:22:24 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-01-04 18:22:24 -0800 |
commit | 6fe77e2f20f045b89ed10c3952f8f088e9bd3d6c (patch) | |
tree | 37abb7d1b129a0a46bbff940aa1b728d4d4f0dbd /README.md | |
parent | f1e455d2fa84067edda695cbba5ddb9e5b77235e (diff) |
fully functional parser (collisions might be a problem)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,10 @@ # NoExcess This is basically a scheme-like language that is aimed to -be scheme with no additional fluff. Currently does not work. -The makefile also currently does not work as it contains nothing. -Amazing. +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 |