add ForthState

This commit is contained in:
Starfflame 2021-04-30 19:58:13 -05:00
parent 77831b50d9
commit 601cc43666
2 changed files with 8 additions and 0 deletions

8
ForthState.tl Normal file
View File

@ -0,0 +1,8 @@
local record GlobalState
stacks: {Stack}
-- dictionaries: {string:any}
end

View File