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 af97175 commit de6ddd9Copy full SHA for de6ddd9
src/luasm.lua
@@ -185,7 +185,7 @@ function instruction:parse(elements, luasm)
185
args[i - 1] = arg
186
end
187
188
- return {
+ return {
189
op = opcode,
190
args = args,
191
line = luasm.current_line,
@@ -363,7 +363,7 @@ function Stack:get(index)
363
364
365
--[[
366
- Returns a stack datastructure.
+ Returns a stack datastructure.
367
A stack is a LIFO (Last in, first out) datastructure where the last element that
368
was added, will be the first that can be removed.
369
--]]
0 commit comments