@bignum/template-compiler
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -110,4 +110,2 @@ // src/index.mts | ||
if (token.t === 0 /* punctuator */) { | ||
if (token.v !== "(") | ||
throw new SyntaxError(`Unexpected '${token.v}'`); | ||
const operand = parseOperand(); | ||
@@ -114,0 +112,0 @@ if (tokenizer.finished() || !isCloseParen(tokenizer.next())) |
{ | ||
"name": "@bignum/template-compiler", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "A compiler that compiles template literals for calculation.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
17664
514