1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-28 09:09:00 +02:00

news section!

This commit is contained in:
Pomax
2020-09-17 22:18:08 -07:00
parent da82d2e41a
commit 6237e1c953
51 changed files with 13734 additions and 3725 deletions

View File

@@ -93,11 +93,7 @@ class Lexer {
token = this.tokens[this.pos++];
buffer.push(token);
blen++;
} while (
token !== symbol &&
buffer[blen - 2] !== `\\` &&
this.pos < this.tokens.length
);
} while (token !== symbol && buffer[blen - 2] !== `\\` && this.pos < this.tokens.length);
// buffer = buffer.join(``);
// if (symbol === "`") {
// this.parseTemplateString(buffer);