diff --git a/Canon.Core/LexicalParser/Lexer.cs b/Canon.Core/LexicalParser/Lexer.cs index d1a55c1..abab562 100644 --- a/Canon.Core/LexicalParser/Lexer.cs +++ b/Canon.Core/LexicalParser/Lexer.cs @@ -101,7 +101,6 @@ public class Lexer(string source) } else if (_ch == '{') { - GetChar(); while (_ch != '}') { GetChar();