Module hime_redist::symbols

source ·
Expand description

Module for the definition of grammar symbols

Structs

Represents a grammar symbol (terminal, variable or virtual)

Enums

Represents an element of parsing data
The possible types of symbol

Constants

Symbol ID of the Dollar terminal
Symbol ID of the Epsilon terminal
Symbol ID for inexistant symbol

Traits

Represents the semantic body of a rule being reduced
A trait for a parsing element

Type Definitions

Delegate for a user-defined semantic action