glicol_parser 0.13.1

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("o: choose 60 50 80 70"));
}