summaryrefslogtreecommitdiff
path: root/src/parser.rs (follow)
Commit message (Collapse)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
| | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768.
* 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
| | | | Also fix keyword parsing to always consume whole identifiers.
* Read and parse stdinNanoTech2017-03-101-1/+1
|
* Initial commitNanoTech2017-03-101-0/+34