summaryrefslogtreecommitdiff
path: root/src/parser.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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