forked from xxq250/Nasal-Interpreter
🚀 add lib function exit() and add test file watchdog.nas to run the nasal file when it is changed.
This commit is contained in:
+6
-6
@@ -53,12 +53,12 @@ var filechecksum=func(){
|
||||
"./test/md5.nas", "./test/md5compare.nas",
|
||||
"./test/module_test.nas", "./test/nasal_test.nas",
|
||||
"./test/occupation.nas", "./test/pi.nas",
|
||||
"./test/ppmgen.nas",
|
||||
"./test/prime.nas", "./test/qrcode.nas",
|
||||
"./test/quick_sort.nas", "./test/scalar.nas",
|
||||
"./test/snake.nas", "./test/tetris.nas",
|
||||
"./test/trait.nas", "./test/turingmachine.nas",
|
||||
"./test/utf8chk.nas", "./test/wavecollapse.nas",
|
||||
"./test/ppmgen.nas", "./test/prime.nas",
|
||||
"./test/qrcode.nas", "./test/quick_sort.nas",
|
||||
"./test/scalar.nas", "./test/snake.nas",
|
||||
"./test/tetris.nas", "./test/trait.nas",
|
||||
"./test/turingmachine.nas","./test/utf8chk.nas",
|
||||
"./test/watchdog.nas", "./test/wavecollapse.nas",
|
||||
"./test/ycombinator.nas", "LICENSE",
|
||||
"main.cpp", "makefile",
|
||||
"nasal_ast.h", "nasal_builtin.h",
|
||||
|
||||
Reference in New Issue
Block a user