diff --git a/src/scanner.c b/src/scanner.c index 3730ba7..bf76899 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -1,16 +1,12 @@ #include #include -// forward declarations - enum TokenType { TEMPLATE_CHAR, TEMPLATE_CHAR_IN_INTERPOLATION, ESCAPE_SEQUENCE }; -// helpers - static void advance(TSLexer *lexer) { lexer->advance(lexer, false); } static bool accept_template_char_inplace(TSLexer *lexer) {