summaryrefslogtreecommitdiff
path: root/src/parser.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-91/+0
2019-02-28Auto-generate pest file from spec abnfNadrieril1-7/+3
2019-02-28Start rewriting parser in pestNadrieril1-0/+60
2019-02-27Fix mixed up parsing of integers/naturalsNadrieril1-3/+3
2019-02-27Switch to Rust 2018 editionNadrieril1-4/+4
2019-02-27Revert "Try to update to latest nom"Nadrieril1-1/+1
2019-02-27Try to update to latest nomNadrieril1-1/+1
2019-02-27Update dependenciesNadrieril1-1/+1
2017-03-10Reference input strings without copyingNanoTech1-1/+1
2017-03-10Parse Const, lists, and recordsNanoTech1-0/+1
2017-03-10Read and parse stdinNanoTech1-1/+1