summaryrefslogtreecommitdiff
path: root/src/ebuild/parsers.rs
AgeCommit message (Collapse)Author
2025-11-23rearrange modulesJohn Turner
2025-11-20update mon and use new ascii parsersJohn Turner
2025-11-15fix clippy lintsJohn Turner
2025-11-14bump mon and use SeparatedByWithTrailing combinator where neededJohn Turner
The new version of mon fixed the SeparatedBy combinator to not allow trailing delimiters. This broke the Depend expr parser, because the exprs are padded with whitespace. Using the new SeparatedByWithTrailing combinator fixes this issue.
2025-11-13use new mon parsersJohn Turner
2025-11-01update parsers to use the ParserIter trait from monJohn Turner
2025-10-30update to new version of monJohn Turner
2025-10-29impl Repo and md5-cache readingJohn Turner
2025-10-29create ebuild moduleJohn Turner