4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import { Lexer, Parser } from ".."
|
|
|
|
const { out } = new Parser("`A${`#a${#a + #b}`}A`").out()
|
|
console.log(out)
|