File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/main/antlr/net/rptools/maptool/advanceddice/parser Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11.gradle
22build /
33! gradle /wrapper /gradle-wrapper.jar
4- ! ** /src /main /** /build /
5- ! ** /src /test /** /build /
4+ ** /src /main /** /build /
5+ ** /src /test /** /build /
66
77# ## IntelliJ IDEA ###
88.idea
4242# ## Antlr files that IDE tools may generate
4343src /main /antlr /net /rptools /maptool /advanceddice /gen
4444src /main /antlr /net /rptools /maptool /advanceddice /build
45- src /main /gen
45+ src /main /gen
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ FUNCTION : '#' IDENTIFIER;
7070// Variables
7171PROPERTY : LBRACE ' @' (~[}])+ RBRACE;
7272PROMPT : LBRACE ' ?' (~[}])+ RBRACE;
73- VARIABLE : LBRACE (~[?@]) (~[}])+ RBRACE;
73+ VARIABLE : LBRACE (~[?@]) (~[}])* RBRACE;
7474
7575
7676// Dice Types
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ genesysNumberDice : INTEGER_LITERAL
5656 | PROMPT
5757 ;
5858
59-
6059genesysFunction : func=FUNCTION LPAREN genesysFunctionParams RPAREN
6160 ;
6261
You can’t perform that action at this time.
0 commit comments