Sha256: e6098b0a8ab88cb47be8b76914e90cd6de8dbefd08806923e7c5158b5feb0695
Contents?: true
Size: 455 Bytes
Versions: 13
Compression:
Stored size: 455 Bytes
Contents
## Hints To complete this exercise, you need to create the data type `ForthState` and implement the following functions: - `empty` returns an empty `ForthState`. - `evalText` evaluates an input Text, returning the new state. - `formatStack` returns the current stack as Text, with the element on top of the stack being the rightmost element in the output You will find the type signatures already in place, but it is up to you to define the functions.
Version data entries
13 entries across 13 versions & 1 rubygems