A lisp interpreter written in Haskell
Find a file
2025-03-23 10:40:50 -05:00
app implemented more testing 2025-03-22 10:18:11 -05:00
src implement a parser 2025-03-23 10:40:50 -05:00
test implement a parser 2025-03-23 10:40:50 -05:00
.gitignore initial commit 2025-03-21 23:52:53 -05:00
CHANGELOG.md initial commit 2025-03-21 23:52:53 -05:00
LICENSE initial commit 2025-03-21 23:52:53 -05:00
lisp-interpreter.cabal implement a parser 2025-03-23 10:40:50 -05:00
README.md add readme 2025-03-22 12:26:25 -05:00

Lisp Interpreter

Currently working on lexing Lisp, but this'll be more interesting later I hope.