Closed alex-ozdemir closed 5 years ago
Before, a sequence like
myIdent;
would parse as the identifier "myIdent;".
I would argue that the ";" is the start of a comment, so the identifier should be "myIdent".
This is fixed now.
I also added a test for this situation.
Before, a sequence like
would parse as the identifier "myIdent;".
I would argue that the ";" is the start of a comment, so the identifier should be "myIdent".
This is fixed now.
I also added a test for this situation.