ocaml/asmcomp/lexcmm.mli

11 lines
204 B
OCaml

val token: Lexing.lexbuf -> Parsecmm.token
type error =
Illegal_character
| Unterminated_comment
| Unterminated_string
exception Error of error
val report_error: Lexing.lexbuf -> error -> unit