Module hime_redist::symbols [] [src]

Module for the definition of grammar symbols

Structs

Symbol

Represents a grammar symbol (terminal, variable or virtual)

Enums

SemanticElement

Represents an element of parsing data

SymbolType

The possible types of symbol

Constants

SID_DOLLAR

Symbol ID of the Dollar terminal

SID_EPSILON

Symbol ID of the Epsilon terminal

SID_NOTHING

Symbol ID for inexistant symbol

Traits

SemanticBody

Represents the semantic body of a rule being reduced

SemanticElementTrait

A trait for a parsing element

Type Definitions

SemanticAction

Delegate for a user-defined semantic action