summaryrefslogtreecommitdiff
path: root/src/mbgl/style/expression/compound_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* TidyAnand Thakker2017-08-121-2/+0
* Include name in CompoundExpressionAnand Thakker2017-08-111-6/+12
* Make types other than Value non-nullableAnand Thakker2017-08-111-1/+1
* Consolidate parse() and typecheck()Anand Thakker2017-08-111-11/+34
* Implement several more compound expressionsAnand Thakker2017-08-111-38/+147
* Implement Camera and Source functions using expressionsAnand Thakker2017-08-111-3/+14
* Implement special forms: match, curve, coalesceAnand Thakker2017-08-111-4/+0
* Implement to_{type} coercion expressionsAnand Thakker2017-08-111-0/+41
* Refactor to infer CompoundExpression from type of evaluate()Anand Thakker2017-08-111-0/+162