Module Gillian.Command_line

Gillian's command-line interface

module ParserAndCompiler : sig ... end

This defines an interface that allows a user to indicate how to parse their own programming language, preprocess the obtained language and compile it to GIL (type Prog.t)