muzik 1.0.0

A library for generating chord progressions as MIDI files from string templates
Documentation
1
2
3
//! Tokenizer module.
pub(crate) mod lexer;
pub(crate) mod tokens;