summaryrefslogtreecommitdiff
path: root/src/grammar_util.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-14/+0
|
* Switch to Rust 2018 editionNadrieril2019-02-271-2/+2
|
* Seperate built-in types and functions from ExprNanoTech2017-03-101-18/+2
|
* Begin implementing type checkingNanoTech2017-03-101-6/+2
|
* Reference input strings without copyingNanoTech2017-03-101-5/+5
|
* Parse Const, lists, and recordsNanoTech2017-03-101-4/+4
| | | | Also fix keyword parsing to always consume whole identifiers.
* Parse builtins correctlyNanoTech2017-03-101-0/+26
|
* Initial commitNanoTech2017-03-101-0/+8