summaryrefslogtreecommitdiffstats
path: root/src/recite.rs
Commit message (Expand)AuthorAgeFilesLines
* Poem::read macrosRory Dudley2024-03-051-234/+54
* Add unit tests for the new IO metersRory Dudley2024-03-031-0/+74
* Clear the buffer for STDIN after incant_write/incant_addendumRory Dudley2024-03-021-0/+6
* Cleanup commentsRory Dudley2024-03-021-24/+0
* Add file redirection capabilitiesRory Dudley2024-03-021-14/+337
* Fix handling of SIGINTRory Dudley2024-02-291-2/+3
* Parser testspipesRory Dudley2024-02-291-0/+157
* Parsing poems from a fileRory Dudley2024-02-291-0/+22
* Add doc comments for incant_ functionsRory Dudley2024-02-281-0/+43
* Parser comments and error checkingRory Dudley2024-02-281-9/+22
* Refactor status variables in Poem::read()Rory Dudley2024-02-281-28/+29
* Fix && behavior regressionrmerrRory Dudley2024-02-281-9/+9
* Remove custom errors and fix background forkingRory Dudley2024-02-271-20/+40
* Cleanup recite(), custom errors, fixed forkingRory Dudley2024-02-261-111/+70
* Reorganization and commentsRory Dudley2024-02-221-0/+628