package
3.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

Eval takes a Forth and strings and splits the string on space characters, pushing each element on the stack or invoking the operator if it is found in the opmap.
New creates a new stack.
NewWord allows for definition of new operators from strings.
Ops returns the operator map.
String returns the Top Of Stack if it is a string or panics.

# Interfaces

No description provided by the author
Forth is an interface used by the package.

# Type aliases

No description provided by the author