Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 324 Bytes

Lisp Interpreter

An interpreter for a lisp like language written in Haskell.

Features:

  • Function definitions
  • Print Output
  • first class functions
  • conditions
  • arithmetic
  • int and bool types
  • comments
  • lists
  • lambdas
  • float, char and string types
  • More IO