summaryrefslogtreecommitdiff
path: root/src/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-91/+0
* Auto-generate pest file from spec abnfNadrieril2019-02-281-7/+3
* Start rewriting parser in pestNadrieril2019-02-281-0/+60
* Fix mixed up parsing of integers/naturalsNadrieril2019-02-271-3/+3
* Switch to Rust 2018 editionNadrieril2019-02-271-4/+4
* Revert "Try to update to latest nom"Nadrieril2019-02-271-1/+1
* Try to update to latest nomNadrieril2019-02-271-1/+1
* Update dependenciesNadrieril2019-02-271-1/+1
* Reference input strings without copyingNanoTech2017-03-101-1/+1
* Parse Const, lists, and recordsNanoTech2017-03-101-0/+1
* Read and parse stdinNanoTech2017-03-101-1/+1
* Initial commitNanoTech2017-03-101-0/+34