[][src]Module pancakestack::parse

Structs

ParseCommandError

Enums

BorrowedCommand

An enum representing a pancakestack command. Labels and pancake adjectives are stored in strs . See OwnedCommand for a version that uses Strings.

OwnedCommand

An enum representing a pancakestack command. Labels and pancake adjectives are stored in Strings . See BorrowedCommand for a version that uses strs.

Functions

parse_program_str

Parses the given str into an vec of commands. Each command has to be on its own line. This method does not allocate any strings.