prqlc 0.13.11

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
1
2
3
4
5
6
7
8
//! Intermediate Representations of Abstract Syntax Tree
//!
pub use prqlc_parser::span::Span;

pub mod decl;
pub mod generic;
pub mod pl;
pub mod rq;