uh
This commit is contained in:
parent
4d5f81f7e5
commit
df7c642077
10 changed files with 440 additions and 157 deletions
|
|
@ -1,7 +1,5 @@
|
|||
import { BindingTranspiler } from ".."
|
||||
import { Parser } from ".."
|
||||
|
||||
const input = "abcdef + 123456"
|
||||
const { gen, out } = new Parser("new(#a + #b) >= #b").out()
|
||||
|
||||
const lexer = BindingTranspiler.lexer(input)
|
||||
|
||||
console.log(lexer)
|
||||
console.log(gen, out)
|
||||
|
|
|
|||
Reference in a new issue