small changes

This commit is contained in:
Ryan Ward 2019-03-22 21:20:13 -04:00
parent 8a7baf793f
commit f2b6304035
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
test.lua

View File

@ -1,6 +1,7 @@
ENTRY TEST
USING extendedDefine
[TEST]{
newLightThread("TEST2")
newThread("TEST2")
::loop::
print("Hello!")
sleep(.5)

View File

@ -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()