A lisp interpreter written in Haskell
Find a file
2025-03-23 10:44:22 -05:00
app implemented more testing 2025-03-22 10:18:11 -05:00
src update readme 2025-03-23 10:44:22 -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 update readme 2025-03-23 10:44:22 -05:00

Lisp Interpreter

Implemented

  • Lexer
  • Parser

To Do

  • Actually run lisp code