package ocaml-protoc

  1. Overview
  2. Docs
type token =
  1. | T_required
  2. | T_optional
  3. | T_repeated
  4. | T_one_of of Pb_location.t
  5. | T_message
  6. | T_enum
  7. | T_package
  8. | T_import of Pb_location.t
  9. | T_public
  10. | T_option
  11. | T_extensions
  12. | T_extend
  13. | T_reserved
  14. | T_returns
  15. | T_rpc
  16. | T_service
  17. | T_stream
  18. | T_syntax
  19. | T_to
  20. | T_max
  21. | T_map
  22. | T_rbrace
  23. | T_lbrace
  24. | T_rbracket
  25. | T_lbracket
  26. | T_rparen
  27. | T_lparen
  28. | T_greater
  29. | T_less
  30. | T_equal
  31. | T_semi
  32. | T_colon
  33. | T_comma
  34. | T_string of string
  35. | T_int of int
  36. | T_float of float
  37. | T_ident of Pb_location.t * string
  38. | T_eof
val field_options_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_option.set
val normal_field_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.message_field
val enum_value_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.enum_body_content
val enum_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.enum
val oneof_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.oneof
val message_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.message
val service_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.service
val proto_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.proto
val import_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.import
val option_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_option.t
val extension_range_list_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.extension_range list
val extension_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.extension_range list
val reserved_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.extension_range list
val extend_ : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Pb_parsing_parse_tree.extend