Module ASTLanguage.Types_lexer

exception SyntaxError of string
val next_line : Stdlib.Lexing.lexbuf -> unit
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val token : Stdlib.Lexing.lexbuf -> Types_parser.token
val __ocaml_lex_token_rec : Stdlib.Lexing.lexbuf -> int -> Types_parser.token
val read_string : IStdlib.IStd.Buffer.t -> Stdlib.Lexing.lexbuf -> Types_parser.token
val __ocaml_lex_read_string_rec : IStdlib.IStd.Buffer.t -> Stdlib.Lexing.lexbuf -> int -> Types_parser.token