Surfacemodule Ast : sig ... endAbstract syntax tree built by the Catala parser
module Lexer_common : sig ... endAuxiliary functions used by all lexers.
module Lexer_en : sig ... endmodule Lexer_fr : sig ... endmodule Lexer_pl : sig ... endmodule Parser : sig ... endmodule Parser_driver : sig ... endWrapping module around parser and lexer that offers the Surface.Parser_driver.parse_source_file API.
module Parser_errors : sig ... endInterface of the module auto-generated based on "parser.messages".
module Parser_state : sig ... endOur parser crosses the bounds of LR parsing for two features:
module Print : sig ... endmodule Tokens : sig ... end