Chord Parser
Parser for musical chord signatures. Successful outputs return a parsed chord with a built-in abstract representation for chords.
Usage
use *;
let mut parser = new;
let result = parser.parse;
match result ;
let result = parser.parse;
// Do something else...
Advanced
For more, visit the official documentation.