summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast/visitor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split off operations from main expr enumNadrieril2020-04-061-70/+30
* Brutally make all of dhall pubNadrieril2020-03-311-1/+1
* Rename LitKind to NumKindNadrieril2020-03-311-1/+1
* Introduce LitKind to factor out common enum nodesNadrieril2020-02-111-4/+1
* Simplify ExprKind visitorNadrieril2020-02-111-138/+82
* Remove the Embed variant from ExprKindNadrieril2020-02-111-18/+12
* Resolve by ref instead of by mutNadrieril2020-02-091-166/+0
* Add Expr visitor and improve tyexpr_to_exprNadrieril2020-01-181-32/+7
* Implement traverse_ref for ValueKindNadrieril2020-01-171-1/+2
* Implement parsing for record completionNadrieril2019-12-221-0/+7
* s/ExprF/ExprKind/Nadrieril2019-12-201-23/+24
* Rename syntax::core to syntax::astNadrieril2019-12-191-0/+360