mortar_grammar 0.0.0

Mortar language syntax definition
Documentation
1
2
3
4
5
6
// Placeholder defined by Mortar language grammar
// TODO: Add Tree-sitter grammar files and related tools

pub fn grammar_info() {
    println!("Mortar syntax definition is not yet implemented");
}