Module Ocaml_preprocess.Lexer_raw
Source
Sourcetype error =
| Illegal_character of char
| Illegal_escape of string * string option
| Reserved_sequence of string * string option
| Unterminated_string
| Empty_character_literal
| Keyword_as_label of string
| Invalid_literal of string