resolve template string
This commit is contained in:
parent
80df04d3f6
commit
a144909fbf
6 changed files with 246 additions and 91 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { Parser, Panel } from ".."
|
||||
import { Lexer, Parser } from ".."
|
||||
|
||||
const { gen, out } = new Parser("abs(#a)").out()
|
||||
|
||||
console.log(gen, out)
|
||||
const { out } = new Parser("`A${`#a${#a + #b}`}A`").out()
|
||||
console.log(out)
|
||||
|
|
|
|||
Reference in a new issue