Skip to content

Commit 3881ce6

Browse files
committed
Distinguish between Mid statement and Mid function.
1 parent 649c591 commit 3881ce6

File tree

7 files changed

+3546
-3201
lines changed

7 files changed

+3546
-3201
lines changed

Rubberduck.Parsing/Grammar/VBALexer.g4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ LENB : L E N B;
5050
LONGLONG : L O N G L O N G;
5151
LONGPTR : L O N G P T R;
5252
MIDB : M I D B;
53-
MIDBTYPESUFFIX : M I D B '$';
54-
MIDTYPESUFFIX : M I D '$';
53+
// MIDBTYPESUFFIX : M I D B '$';
54+
// MIDTYPESUFFIX : M I D '$';
5555
OPTION : O P T I O N;
5656
PSET : P S E T;
5757
SCALE : S C A L E;

0 commit comments

Comments
 (0)