parent
c4189fd1b2
commit
1a0d3c37db
|
@ -101,7 +101,6 @@ public class Lexer(string source)
|
|||
}
|
||||
else if (_ch == '{')
|
||||
{
|
||||
GetChar();
|
||||
while (_ch != '}')
|
||||
{
|
||||
GetChar();
|
||||
|
|
Loading…
Reference in New Issue
Block a user