forth-stuff/ForthDictionary.tl

8 lines
117 B
Plaintext

local state = require("ForthState")
global type ForthDictionary = record
contents: {string: function(State)}
end