Dolmen_intfmodule Ext : sig ... endInterfaces for Extensions
module Id : sig ... endInterfaces for Identifiers. This module defines Interfaces that implementation of identifiers must respect in order to be used to instantiated the corresponding language classes.
module Language : sig ... endInterface for Dolmen languages modules
module Lex : sig ... endInterface for Dolmen lexers.
module Location : sig ... endInterface for file locations. This module defines an interface to store locations in files. These locations are used by the parsers to specify the locations of all parsed expressions whenever it is possible. This interface also requires some exceptions to be defined. These exceptions make use of locations to specify at which point in the file the parsing went wrong.
module Map : sig ... endmodule Msg : sig ... endMessages
module Parse : sig ... endInterface for Dolmen parsers.
module Pretty : sig ... endPretty printing annotations
module Stmt : sig ... endInterfaces for statements. This module defines interfaces for statements, i.e top-level declarations in files.
module Tag : sig ... endInterfaces for Tags. Tags are used to attach arbitrary information to ndoes in an ast.
module Term : sig ... endInterfaces for Terms. This module defines Interfaces that implementation of terms must respect in order to be used to instantiated the corresponding language classes.
module Tok : sig ... endInterface for token descriptions This doe snot define an interface for token descriptions but rather defines a type for token description, that will then be used by others interfaces.
module Ty : sig ... endInterfaces for Types This module defines Interfaces that implementation of types must respect in order to be used to instantiate functors.