glicol_parser 0.13.5

Parser for Glicol language.
Documentation
1
2
3
4
5
6
// choose is quite unique as it takes unlimited number of notes
use glicol_parser::*;

fn main() {
    println!("{:?}", get_ast(r#"o: sig "60@0.0 72@0.5"(1)"#));
}