summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding/tool/ExpressionParser.java
AgeCommit message (Expand)Author
2016-05-05Fix problem where root View's style is used instead of bound View'sGeorge Mount
2016-04-11Move to org.antlr from tunnelvisionYigit Boyar
2015-12-22Change from commons-lang3 to guavaDeepanshu Gupta
2015-10-07Report syntax errors even though Antlr can recoverYigit Boyar
2015-06-30Introduce Scopes to track logical stack tracesYigit Boyar
2015-06-25Carry over location information from parser to annotation processorYigit Boyar
2015-03-23Move to package android.databinding.George Mount