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