Skip to content

Commit 0004db9

Browse files
committed
rebuilt grammar. rule implicitCallStmt_InBlock was interfering with letStmt and setStmt rules - moved it last in blockStmt rule (was alphabetically sorted for some funky reason).
1 parent 88d63ce commit 0004db9

File tree

8 files changed

+745
-1192
lines changed

8 files changed

+745
-1192
lines changed

Rubberduck.Parsing/Grammar/VBA.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ blockStmt : lineLabel
166166
| goToStmt
167167
| ifThenElseStmt
168168
| implementsStmt
169-
| implicitCallStmt_InBlock
170169
| inputStmt
171170
| killStmt
172171
| letStmt
@@ -208,6 +207,7 @@ blockStmt : lineLabel
208207
| widthStmt
209208
| withStmt
210209
| writeStmt
210+
| implicitCallStmt_InBlock
211211
;
212212

213213

Rubberduck.Parsing/Grammar/VBA.tokens

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)