Module juniper::parser

source ·
Expand description

Query parser and language utilities

Re-exports§

  • pub use self::document::parse_document_source;
  • pub use self::lexer::Lexer;
  • pub use self::parser::OptionParseResult;
  • pub use self::parser::ParseResult;
  • pub use self::parser::Parser;
  • pub use self::parser::UnlocatedParseResult;

Structs§

  • A reference to a line and column in an input source file
  • Range of characters in the input source, starting at the character pointed by the start field and ending just before the end marker.
  • Data structure used to wrap items into a Span.

Enums§