summaryrefslogtreecommitdiff
path: root/dhall/src/syntax (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorganize ast::exprNadrieril2019-12-201-75/+76
|
* s/ExprF/ExprKind/Nadrieril2019-12-206-58/+61
|
* Move error module to root of crateNadrieril2019-12-202-2/+2
|
* Rename syntax::core to syntax::astNadrieril2019-12-1911-14/+13
|
* Remove unused syntax::context moduleNadrieril2019-12-193-82/+0
|
* TypoNadrieril2019-12-171-1/+1
|
* Split binary decoding and encoding into separate filesNadrieril2019-12-174-319/+328
|
* Split syntax module between text and binaryNadrieril2019-12-176-4/+7
|
* Specialize parsingNadrieril2019-12-172-87/+66
|
* Move binary encoding/decoding to syntax/Nadrieril2019-12-172-0/+749
|
* Move pest file generation to dhall/build.rsNadrieril2019-12-171-1/+1
|
* Move contents of dhall_syntax to dhallNadrieril2019-12-1512-0/+3107