refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-09-05 09:34:41 +02:00
parent 5fc37fe404
commit 843cfecbbf
3 changed files with 14 additions and 8 deletions
+1
View File
@@ -239,6 +239,7 @@ do
) do
if not self[parser[1]] then
tinsert(parser, str)
p(str, p(unpack(parser)), p(select(3, unpack(parser))))
local index, label = parser[2](select(3, unpack(parser)))
if index then
self[parser[1]] = A(label, index)