MenhirLib.IncrementalEngineSourceThis signature describes the incremental LR engine. When the engine is used in this mode, the user controls the lexer, and the parser suspends itself when it needs to read a new token.
This signature is a fragment of the inspection API that is made available to the user when --inspection is used. This fragment contains type definitions for symbols.
This signature describes the inspection API that is made available to the user when --inspection is used.
This signature combines the incremental API and the inspection API.