Merge branch 'master' of https://github.com/rayaman/parseManager
This commit is contained in:
commit
40d4c16b5f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
test.lua
|
||||
3
test.dms
3
test.dms
@ -1,6 +1,7 @@
|
||||
ENTRY TEST
|
||||
USING extendedDefine
|
||||
[TEST]{
|
||||
newLightThread("TEST2")
|
||||
newThread("TEST2")
|
||||
::loop::
|
||||
print("Hello!")
|
||||
sleep(.5)
|
||||
|
||||
2
test.lua
2
test.lua
@ -2,7 +2,7 @@ package.path="?/init.lua;lua/?/init.lua;lua/?.lua;"..package.path
|
||||
local bin = require("bin")
|
||||
local multi = require("multi")
|
||||
require("parseManager")
|
||||
test=parseManager:load("StoryTest/init.dms")
|
||||
test=parseManager:load("test.dms")--load("StoryTest/init.dms")
|
||||
print(test:dump())
|
||||
--Code would happen here anyway
|
||||
t=test:next()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user