pushdown.node

Undocumented in source.

Members

Classes

Either
class Either(T...)

Used for when there's two or more possible nodes that can appear somewhere. To be used in combination with rules

Interfaces

Node
interface Node

Represents a single node in the AST

Meta