Skip to main content

Module parser

Module parser 

Source
Expand description

A module for working with the parser for chord symbols.

Structs§

ChordParser
A parser for chord symbols.

Enums§

Rule

Functions§

mode_name_str_to_mode_kind
Parses a mode name string into a ModeKind.
note_str_to_note
Parses a Note str into a Note.
octave_str_to_octave
Parses an Octave str into an Octave.
scale_name_str_to_scale_kind
Parses a scale name string into a ScaleKind.