prqlc_parser::parser

Module pr

source
Expand description

PR, or “Parser Representation” is an AST representation of parsed PRQL. It takes LR tokens and converts them into a more structured form which understands expressions, such as tuples & functions.

Re-exports§

  • pub use crate::lexer::lr::Literal;
  • pub use crate::span::Span;

Structs§

Enums§

Functions§

Type Aliases§