update third party libraries
This commit is contained in:
@@ -3,8 +3,8 @@ apply plugin: 'antlr'
|
||||
|
||||
dependencies {
|
||||
compile 'org.lucares:primitiveCollections:0.1.20170203201705'
|
||||
runtime "org.antlr:antlr4:4.5.3"
|
||||
antlr "org.antlr:antlr4:4.5.3"
|
||||
runtime "org.antlr:antlr4:4.6"
|
||||
antlr "org.antlr:antlr4:4.6"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -10,8 +10,8 @@ expression
|
||||
: prop=identifier eq=equal value=identifier #propertyExpression
|
||||
| LPAREN expression RPAREN #parenExpression
|
||||
| NOT expression #notExpression
|
||||
| left=expression op=and right=expression #andExpression
|
||||
| left=expression op=or right=expression #orExpression
|
||||
| left=expression op_and=and right=expression #andExpression
|
||||
| left=expression op_or=or right=expression #orExpression
|
||||
;
|
||||
|
||||
identifier
|
||||
|
||||
Reference in New Issue
Block a user