summaryrefslogtreecommitdiffstats
path: root/src/recite
Commit message (Collapse)AuthorAgeFilesLines
* Reorganization and commentsRory Dudley2024-02-221-0/+42
Broke out the structs for a poem into their own file: src/recite.rs. Also put the 'prefresh' function into it's own file: src/recite/path.rs. Commented most of the parser code (including structs and helper methods related to parsing (i.e. Verse, Stanza, Meter, Poem)). Renamed any instance of the 'paths' variable to 'path'. Notes: The biggest task now is to cleanup Poem::recite. It has a ton of bogus error messages, and (seemingly) redundant code.