Module coasys_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
  • Data structure used to wrap items with start and end markers in the input source

Enums§