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. | TIdent of string
  9. | TComma
  10. | TA_Shallow
  11. | TA_Pure
  12. | TA_Object_literal
  13. | TA_Mutator
  14. | TA_Mutable
  15. | TA_Const
  16. | RPARENT
  17. | LT
  18. | LPARENT
  19. | LE
  20. | GT
  21. | GE
  22. | EQ
  23. | EOL
  24. | EOF
exception Error