Skip to main content

Crate mpl_lang

Crate mpl_lang 

Source
Expand description

The MPL query language

Re-exports§

pub use errors::ParseError;
pub use query::Query;

Modules§

enc_regex
encoding for regular expressions.
errors
Error types and diagnostics for MPL parsing.
linker
Builtin and custom function linking for MPL
query
The query structures
tags
Series tags and tag values
time
Time relateded types for MPL
types
Generic datatypes for MPL
visitor
Visitor pattern for query

Enums§

CompileError
Compile error
GroupError
Type error
TypeError
Type error

Statics§

STDLIB
MPL standard Library

Functions§

compile
Parses and typechecks an MPL query into a Query object.