A lisp interpreter written in Haskell
app | ||
src | ||
test | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
lisp-interpreter.cabal | ||
README.md |
Lisp Interpreter
Implemented
- Lexer
- Parser
To Do
- Actually run lisp code
app | ||
src | ||
test | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
lisp-interpreter.cabal | ||
README.md |