Skip to content

Commit 97e3ce7

Browse files
committed
amended change log
1 parent 522f1fa commit 97e3ce7

File tree

1 file changed

+3
-0
lines changed
  • Rubberduck.Parsing/Grammar

1 file changed

+3
-0
lines changed

Rubberduck.Parsing/Grammar/VBA.g4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
* - added support for VBA 7.0 PtrSafe attribute for Declare statements.
5454
* - implemented a fileNumber rule to locate identifier usages in file numbers.
5555
* - added support for anonymous declarations in With blocks (With New Something)
56+
* - blockStmt rules being sorted alphabetically was wrong. moved implicit call statement last.
57+
* - '!' in dictionary call statement rule gets picked up as a type hint; changed member call
58+
* to accept '!' as well as '.', but this complicates resolving the '!' shorthand syntax.
5659
*
5760
*======================================================================================
5861
*

0 commit comments

Comments
 (0)