Expand description
§Mélodium lang crate
Mélodium language implementation.
This crate provides language parsing, semantic building, and executive design for the Mélodium language.
Look at the Mélodium crate or the Mélodium Project for more detailed information.
§Features
restitution
(disabled by default): enables ability to restitute Mélodium scripts from collection.
Re-exports§
pub use error::ScriptError;
pub use error::ScriptResult;
pub use path::Path;
Modules§
- error
- Provides Mélodium script error management.
- path
- Provides script paths management.
- restitution
restitution
- Provides restitution of Mélodium scripts from collection of elements.
- semantic
- Proceed to semantic analysis and management of Mélodium scripts.
- text
- Proceed to basic text parsing and analysis of Mélodium scripts.