mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Script/checkpoint system first draft
This commit is contained in:
parent
0a835a65d8
commit
4125a4c99b
6 changed files with 116 additions and 8 deletions
|
|
@ -20,8 +20,7 @@ return function(main_state)
|
|||
"type_check"
|
||||
})
|
||||
|
||||
local boot = parser(require("anselme.stdlib.boot_script"), "boot.ans")
|
||||
boot:eval(main_state)
|
||||
parser(require("anselme.stdlib.boot_script"), "boot.ans"):eval(main_state)
|
||||
|
||||
load(main_state, {
|
||||
"number",
|
||||
|
|
@ -32,4 +31,6 @@ return function(main_state)
|
|||
"checkpoint",
|
||||
"persist",
|
||||
})
|
||||
|
||||
parser(require("anselme.stdlib.script_script"), "script.ans"):eval(main_state)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue