Skip to content

Commit dce8a0c

Browse files
committed
Remove the quotation marks from the output
1 parent e7eb049 commit dce8a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/04_interpreter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local instructions = {
1212
-- 2. Create a runner (use default settings)
1313
local asm = LuASM:new(instructions, {
1414
syntax = {
15-
string = "^\"[%w]*\"",
15+
string = "^\"([%w]*)\"",
1616
reg = "^%a[%w]*"
1717
}
1818
})

0 commit comments

Comments
 (0)