weld 0.4.0

Weld is a language and runtime for improving the performance of data-intensive applications.
Documentation
//! Syntax of the Weld language.
//!
//! This module contains sub-modules that tokenize and parse Weld programs and their macros.

pub mod macro_processor;
pub mod parser;
pub mod program;
pub mod tokenizer;