Module parse_stack

Source
Expand description

LIFO stack for parsing. Used by the tokenizer.

The parse stack holds token types.

Functions§

peek
Peeks at the top (last in item) of the parse stack.
pop
Pops the top item from the stack.

Type Aliases§

ParseStack