transept.genlex
Lexer.Token
transept
transept.core
transept.extension
transept.json
transept.specs
transept.stream
transept.utils
module Parser : Transept_specs.PARSER with type e = Lexeme.t
val float : Lexeme.t Parser.t
val string : Lexeme.t Parser.t
val char : Lexeme.t Parser.t
val ident : Lexeme.t Parser.t
val kwd : string -> Lexeme.t Parser.t