working parser tm

This commit is contained in:
Maieul BOYER 2024-06-30 18:32:35 +02:00
parent 8d192a0abc
commit 2d88b6af25
No known key found for this signature in database
51 changed files with 33 additions and 31734 deletions

View file

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