MenhirLibmodule Convert : sig ... endThis module defines two APIs for parsers, namely the traditional API and the revised API, and offers conversions between these APIs.
module Engine : sig ... endmodule EngineTypes : sig ... endThis module defines several types and module types that are used in the specification of the module Engine.
module ErrorReports : sig ... endThis module offers functions that can help produce syntax error messages.
module IncrementalEngine : sig ... endmodule InspectionTableFormat : sig ... endmodule InspectionTableInterpreter : sig ... endmodule LexerUtil : sig ... endmodule LinearizedArray : sig ... endmodule PackedIntArray : sig ... endThis module allows packing an array of (small) integers inside a string, using less than one word of memory per array element.
module Printers : sig ... endmodule RowDisplacementDecode : sig ... endRow displacement aims to compress a two-dimensional table where some values are considered insignificant.
module StaticVersion : sig ... endmodule TableFormat : sig ... endmodule TableInterpreter : sig ... end