summaryrefslogtreecommitdiffstats
path: root/src/poem/read/parse.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow escaping charactersRory Dudley2024-09-011-0/+16
* Handle STDERR, in addition to STDOUTRory Dudley2024-05-191-18/+34
* Remove into_iter() for Chars in new next() functionRory Dudley2024-05-171-1/+1
* Rewrite of the next! macroRory Dudley2024-05-171-11/+34
* Fix regression with aliasesRory Dudley2024-05-121-28/+0
* Add 'strings' to the verse after the string!() macroRory Dudley2024-04-061-1/+0
* Handle aliases in read()Rory Dudley2024-04-041-2/+30
* Don't interpret environment variables in single quoted stringscomposeRory Dudley2024-03-311-0/+4
* Add comments (`#`) to the parserRory Dudley2024-03-281-0/+15
* read() and recite() overhaulRory Dudley2024-03-231-0/+68