summaryrefslogtreecommitdiffstats
path: root/src/poem/read.rs
Commit message (Expand)AuthorAgeFilesLines
* Update doc comments for Poem::read functionsRory Dudley2024-05-201-3/+16
* Allow aliases with the same name as their verbRory Dudley2024-05-201-7/+17
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-191-34/+90
* Rewrite of the next! macroRory Dudley2024-05-171-3/+4
* Remove a println!()Rory Dudley2024-05-161-1/+0
* Fix another another regression with aliasesRory Dudley2024-05-131-1/+4
* Fix another regression with aliasesRory Dudley2024-05-131-17/+11
* Fix regression with aliasesRory Dudley2024-05-121-14/+65
* Add 'strings' to the verse after the string!() macroRory Dudley2024-04-061-0/+4
* Handle aliases in read()Rory Dudley2024-04-041-13/+21
* Add comments (`#`) to the parserRory Dudley2024-03-281-1/+6
* Remove defunct code from read() and recite()Rory Dudley2024-03-241-13/+0
* read() and recite() overhaulRory Dudley2024-03-231-0/+261