Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2018 Changes in this version + func Eval(f Forth, s string) (ret string, err error) + func NewWord(f Forth, name, command string) + func Ops() map[string]forthop + type Forth interface + Empty func() bool + Length func() int + Newop func(string, forthop) + Pop func() string + Push func(string) + Reset func() + Stack func() []string + func New() Forth Incompatible versions in this module v4.0.0+incompatible Jan 27, 2019 v3.0.0+incompatible Nov 21, 2018 v2.0.0+incompatible Oct 1, 2018