package js_of_ocaml-compiler

  1. Overview
  2. Docs
type token =
  1. | TWeakdef
  2. | TVersion
  3. | TVNum of string
  4. | TSemi
  5. | TRequires
  6. | TProvides
  7. | TOTHER of string
  8. | TIf
  9. | TIdent of string
  10. | TComma
  11. | TBang
  12. | TA_Shallow
  13. | TA_Pure
  14. | TA_Object_literal
  15. | TA_Mutator
  16. | TA_Mutable
  17. | TA_Const
  18. | RPARENT
  19. | LT
  20. | LPARENT
  21. | LE
  22. | GT
  23. | GE
  24. | EQ
  25. | EOL
  26. | EOF
exception Error