forth-stuff/ForthState.lua

4 lines
65 B
Lua

local ForthStack = require("ForthStack")
local GlobalState = {}