Skip to main content

Crate hamelin_legacy

Crate hamelin_legacy 

Source
Expand description

Legacy AST translation code for Hamelin.

This crate contains the original one-shot AST translation code that will eventually be deprecated in favor of the new typed AST approach in hamelin_lib.

Re-exports§

pub use compiler::Compiler;
pub use compiler::FunctionDescription;
pub use translation::ContextualResult;
pub use translation::DMLTranslation;
pub use translation::QueryTranslation;
pub use translation::StatementTranslation;
pub use translation::Translation;

Modules§

ast
compiler
env
translation

Structs§

TimeRange
A time range with optional start and end bounds.