package forester

  1. Overview
  2. Docs
type token =
  1. | XML_ELT_IDENT of string
  2. | WHITESPACE of string
  3. | VERBATIM of string
  4. | TEXT of string
  5. | SUBTREE
  6. | SCOPE
  7. | RSQUARE
  8. | RPAREN
  9. | RBRACE
  10. | PUT
  11. | PATCH
  12. | OPEN
  13. | OBJECT
  14. | NAMESPACE
  15. | LSQUARE
  16. | LPAREN
  17. | LET
  18. | LBRACE
  19. | IMPORT
  20. | IDENT of string
  21. | HASH_LBRACE
  22. | HASH_HASH_LBRACE
  23. | GET
  24. | FUN
  25. | EXPORT
  26. | EOF
  27. | DEFAULT
  28. | DEF
  29. | DECL_XMLNS of string
  30. | CALL
  31. | ALLOC
exception Error
val main : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Forester_core.Code.t
module MenhirInterpreter : sig ... end
module Incremental : sig ... end
OCaml

Innovation. Community. Security.