Module pancakestack::interpret

source ·

Enums

  • An enum representing the possible errors when executing a pancakestack program.

Functions

  • Runs the given slice of commands using the provided input and output.
  • Parses and run the commands read from the given Read using the provided input and output. Each command has to be on its own line.
  • Parses and run the commands contained in the given string using the provided input and output. Each command has to be on its own line.