[][src]Module pancakestack::interpret

Enums

Error

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

Functions

run_program

Runs the given commands using the provided input and output.

run_program_from_read

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.

run_program_str

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.