# 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