We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d417a commit c8cd3e1Copy full SHA for c8cd3e1
examples/01_inline_parsing.lua
@@ -17,7 +17,7 @@ start: mov 10 r0
17
add r0 r1
18
jmp start
19
]]
20
-local tokenizer = LuASM.file_tokenizer("./test.txt")
+local tokenizer = LuASM.string_tokenizer(src)
21
22
-- 4. Parse
23
local result = asm:parse(tokenizer)
0 commit comments