Module Js_of_ocaml_compiler.Annot_parser

type token =
| TWeakdef
| TVersion
| TVNum of string
| TSemi
| TRequires
| TProvides
| TOTHER of string
| TIf
| TIdent of string
| TComma
| TBang
| TA_Shallow
| TA_Pure
| TA_Object_literal
| TA_Mutator
| TA_Mutable
| TA_Const
| RPARENT
| LT
| LPARENT
| LE
| GT
| GE
| EQ
| EOL
| EOF
exception Error
val annot : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Primitive.t