summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/parse.rs
AgeCommit message (Collapse)Author
2021-11-05driver: replace regex with nom-based parserMatthias Schiffer
For now, the nom-based parser doesn't really reduce complexity, but we will need a more powerful parsing solution anyways when the task YML is replaced with a specialized language.