Changed some stuff

This commit is contained in:
Maix0 2024-06-29 16:15:09 +02:00
parent d81c14b930
commit 66a0625382
4 changed files with 312 additions and 137 deletions

View file

@ -249,7 +249,6 @@ static inline bool scan_bare_dollar(TSLexer *lexer)
{
while (iswspace(lexer->lookahead) && lexer->lookahead != '\n' && !lexer->eof(lexer))
skip(lexer);
if (lexer->lookahead == '$')
{