A naïve grammar inheritance through modular extension mechanism mimicking idiomatic OCaml syntax (extends
, opens
) on simplified class definitions.
Parser + lexer implemented using Menhir & Sedlex.
Continuously try to build the project and check for errors:
$ make dev
Build and execute program:
$ make all