port lexer to cpp
This commit is contained in:
parent
cacc641378
commit
b3b21f3101
13 changed files with 276 additions and 32 deletions
10
test/app.ts
10
test/app.ts
|
|
@ -1,9 +1,3 @@
|
|||
import { Anchor, Modify, Properties } from ".."
|
||||
import { AsaJSCompiler } from ".."
|
||||
|
||||
const vanilla = Modify("authentication_modals", "ad_modal_dialog").setProperties({
|
||||
ignored: true,
|
||||
anchor: Anchor.CENTER,
|
||||
offset: [10, 10],
|
||||
})
|
||||
|
||||
console.log(vanilla)
|
||||
console.log(AsaJSCompiler.Lexer("SAYGEX69"))
|
||||
|
|
|
|||
Reference in a new issue