5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { Parser } from ".."
|
|
|
|
const { gen, out } = new Parser("new(#a + #b) >= #b").out()
|
|
|
|
console.log(gen, out)
|