package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_parser.GrammarSource

Sourcetype token =
  1. | XML_ELT_IDENT of string option * string
  2. | WHITESPACE of string
  3. | VERBATIM of string
  4. | TICK
  5. | TEXT of string
  6. | SUBTREE
  7. | SLASH
  8. | SCOPE
  9. | RSQUARE
  10. | RPAREN
  11. | RBRACE
  12. | PUT
  13. | PATCH
  14. | OPEN
  15. | OBJECT
  16. | NAMESPACE
  17. | LSQUARE
  18. | LPAREN
  19. | LET
  20. | LBRACE
  21. | IMPORT
  22. | IDENT of string
  23. | HASH_LBRACE
  24. | HASH_IDENT of string
  25. | HASH_HASH_LBRACE
  26. | HASH
  27. | GET
  28. | FUN
  29. | EXPORT
  30. | EOF
  31. | DX_VAR of string
  32. | DX_ENTAILED
  33. | DEFAULT
  34. | DEF
  35. | DECL_XMLNS of string
  36. | DATALOG
  37. | COMMENT of string
  38. | CALL
  39. | AT_SIGN
  40. | ALLOC
Sourceexception Error
Sourcemodule MenhirInterpreter : sig ... end
Sourcemodule Incremental : sig ... end
OCaml

Innovation. Community. Security.