This commit is contained in:
Asaki Yuki 2026-01-17 02:03:47 +07:00
parent 4d5f81f7e5
commit df7c642077
10 changed files with 440 additions and 157 deletions

View file

@ -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)