/*!
Constants for the syntactic elements of the language.
*/
pub const NAME_SDML: &str = "sdml";
// ------------------------------------------------------------------------------------------------
// Modules
// ------------------------------------------------------------------------------------------------
pub use *;
pub use *;