//! # vize_atelier_core
//!
//! Atelier Core - The core workshop for Vize.
//! Vue template transforms and code generation.
//!
//! ## Name Origin
//!
//! **Atelier** (/ˌætəlˈjeɪ/) is an artist's workshop or studio where creative work
//! is produced. The "core" atelier is the foundational workshop where the essential
//! Vue template processing happens - transforming and code generation.
//! `vize_atelier_core` provides the foundational infrastructure
//! that all other Vize compilers build upon.
// Re-export from vize_relief (AST, errors, options)
pub use *;
// Re-export from vize_armature (parser, tokenizer)
pub use vize_armature as parser;
pub use tokenizer;
pub use ;
pub use *;
pub use *;
pub use *;
pub use *;
/// Re-export allocator types for convenience
pub use ;