Parsing
- hrpypy
January 26, 2020
Mini Python interpreter in Python by ROGUH
- Parser and Interpreter in OCaml
July 12, 2018
Lox interpreter written in OCaml: See github.com/roguh/hrclox. Based off https://craftinginterpreters.com. Boilerplate code for writing parsers in OCaml using Menhir + sedlex See github.com/roguh/ocaml-parsing (Unfinished, but the parser is fairly complete)
- Early Haskell Projects
October 3, 2016
SCMinHS A Scheme Implementation in Haskell. Followed “Write Yourself a Scheme in 48 Hours. See github.com/roguh/SCMinHS. coolnoise Parser and generator for programs written in the Classroom Object-Oriented Language. Eases testing of lexer and parser. See github.com/roguh/coolnoise. An interpreter for the low-level CORE language Haskell was once compiled to a language called CORE. See github.com/roguh/CORE