My raw implementation of Scheme language interpreter written in Haskell and nicely guided by lispy.
It’s working in general but isn’t useful yet and this probably will not be fixed.
To run you this you need haskell.
- parsing via parsec
- if expression
- define statement
- procedures call
- repl
- more operators to global_env
- quotation
- assignment (set!)
- lambdas
- floats
- tests