1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-15 06:40:28 +02:00

buxfixes and more instructions

M  README.md
M  faden.lua
M  parser.lua
M  standardbefehlssatz.lua
This commit is contained in:
Hybrid Dog
2016-12-28 18:27:41 +01:00
parent d57e096706
commit 53c47b17ab
4 changed files with 115 additions and 13 deletions

View File

@ -26,12 +26,12 @@ local function mystart(parsed_code)
return true
end
end, parsed_code)
mykeepalive()
mykeepalive(thread)
end
mystart(parsed_code)
local function mykeepalive()
local function mykeepalive(thread)
thread:suscitate()
if not thread.stopped then
return