Skip to content
Snippets Groups Projects
Commit 7755f090 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add comment

parent 15cb3965
Branches
Tags
No related merge requests found
Pipeline #84350 passed
...@@ -291,6 +291,7 @@ Macro:ParserCommon ...@@ -291,6 +291,7 @@ Macro:ParserCommon
{ {
while(index(this.lexer.peek()) == -1) while(index(this.lexer.peek()) == -1)
{ {
// this is an ignored token
this.lexer.next(); this.lexer.next();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment