csmlinterpreter 0.2.0

The CSML (Conversational Standard Meta Language) is a Domain-Specific Language developed for creating conversational experiences easily.
Documentation
pub mod data;
pub mod linter;

pub use data::Linter;
pub use linter::linter;