Module Make.LexerSource

The Lexer module for the language.

Sourceexception Error

The exception raised by the lexer when it cannot produce a token.

Sourceval token : Lexing.lexbuf -> token

The function producing token from a lexbuf.