mirror of
https://github.com/uwol/proleap-vb6-parser.git
synced 2025-12-18 12:34:35 +03:00
rule name change
This commit is contained in:
@@ -463,7 +463,7 @@ valueStmt :
|
||||
literal # vsLiteral
|
||||
| midStmt # vsMid
|
||||
| NEW WS valueStmt # vsNew
|
||||
| implicitCallStmt_InStmt # vsValueCalls
|
||||
| implicitCallStmt_InStmt # vsICS
|
||||
| typeOfStmt # vsTypeOf
|
||||
| LPAREN WS? valueStmt (WS? ',' WS? valueStmt)* RPAREN # vsStruct
|
||||
| implicitCallStmt_InStmt WS? ASSIGN WS? valueStmt # vsAssign
|
||||
|
||||
Reference in New Issue
Block a user