jcl 1.2.0

Jack-of-All Configuration Language - A general-purpose configuration language with powerful built-in functions
Documentation
1
2
3
4
5
fn main() {
    // Tell cargo to rerun the build script if the grammar file changes
    // Note: The actual grammar file used is ./grammar.pest (root), not src/grammar.pest
    println!("cargo:rerun-if-changed=grammar.pest");
}