//! 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.
pubmodast;pubmodcompiler;pubmodenv;pubmodtranslation;pubusecompiler::{Compiler, FunctionDescription, TimeRange};pubusetranslation::{
ContextualResult, DMLTranslation, QueryTranslation, StatementTranslation, Translation,};