Repository to collect various parsers, interpreters and compilers written in Haskell, while studying the language and overall programming languages.
Repository contains
- Scheme Interpreter
- BrainF__K Interpreter with operation count limiter, inspired by a HR challenge.
- While Language Interpreter, inspired by a HR challenge.
- Intuitive Langauge Interpreter inspired by a HR challenge.