Module prql_compiler::ir::pl

source ·
Expand description

Pipelined Language AST

Abstract Syntax Tree for the first part of PRQL compiler. It can represent basic expressions, lists, pipelines, function calls & definitions, variable declarations and more.

The central struct here is Expr and its ExprKind.

Top-level construct is a list of statements Vec<Stmt>.

Structs§

Enums§

Traits§

Functions§

Type Aliases§