summaryrefslogtreecommitdiff
path: root/dhall_parser/src/dhall.pest.visibility (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify role of dhall_generated_parser crateNadrieril2019-04-131-141/+0
|
* Regen visibility listNadrieril2019-04-041-41/+25
|
* Revert end_of_line handling to upstreamNadrieril2019-04-041-2/+1
|
* Get keyword rule from upstreamNadrieril2019-04-041-0/+1
|
* Factor literal-expression back inNadrieril2019-04-041-2/+1
|
* Factor back in some rule branchesNadrieril2019-04-041-15/+7
|
* Rename whitespace rulesNadrieril2019-04-041-3/+2
|
* Remove various -raw suffixesNadrieril2019-03-231-39/+33
|
* Inline various rules in grammarNadrieril2019-03-231-2/+0
|
* Rebase latest changes in grammarNadrieril2019-03-231-0/+5
|
* Parse a lot more of the import typesNadrieril2019-03-221-18/+18
|
* Improve import handling in parserNadrieril2019-03-211-1/+1
|
* Handle simple parsing cases with new macrosNadrieril2019-03-201-1/+1
|
* Test printer in parser testsNadrieril2019-03-191-0/+1
| | | | Closes #30
* Handle and parse interpolated stringsNadrieril2019-03-141-1/+1
| | | | Closes #25
* Use upstream pestNadrieril2019-03-071-0/+1
|
* Start parsing importsNadrieril2019-03-061-1/+1
|
* Parse doublesNadrieril2019-03-051-1/+1
|
* Add literal_expression_raw backNadrieril2019-03-051-1/+1
|
* Parse single quote literalsNadrieril2019-03-051-2/+3
|
* Parse more of the ASTNadrieril2019-03-051-2/+2
|
* Extract iter-matching codeNadrieril2019-03-031-1/+0
|
* Parse more AST nodesNadrieril2019-03-031-1/+1
|
* Start implementing parsing on top of pestNadrieril2019-03-021-84/+98
|
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-0/+154