he
This commit is contained in:
parent
df7c642077
commit
80df04d3f6
3 changed files with 37 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Parser } from ".."
|
||||
import { Parser, Panel } from ".."
|
||||
|
||||
const { gen, out } = new Parser("new(#a + #b) >= #b").out()
|
||||
const { gen, out } = new Parser("abs(#a)").out()
|
||||
|
||||
console.log(gen, out)
|
||||
|
|
|
|||
Reference in a new issue