Make.LexerThe Lexer module for the language.
val descr : token -> Dolmen_intf.Tok.descrAsspcoate a description to each token, to help with error messages.
val token : (Lexing.lexbuf -> unit) -> Lexing.lexbuf -> tokenThe function producing token from a lexbuf.