summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
Commit message (Expand)AuthorAgeFilesLines
* clean up pipe codeJesse Luehrs2022-01-011-0/+12
* basic implementation of pipesJesse Luehrs2021-12-311-0/+17
* implement and and or as builtinsJesse Luehrs2021-12-251-0/+7
* error handling for parse errorsJesse Luehrs2021-12-221-4/+26
* parse quoted stringsJesse Luehrs2021-12-221-12/+14
* allow running multiple commands separated by semicolonsJesse Luehrs2021-12-221-56/+40
* start writing a parserJesse Luehrs2021-12-221-17/+85
* refactor a bit to start working on better parsingJesse Luehrs2021-12-211-7/+56
* refactorJesse Luehrs2021-11-131-0/+8