Module parser_data

Module parser_data 

Source
Expand description

Includes the generated SLR parser tables and definitions.

This file (parser_data.rs) is produced by the parlex-gen [aslr] tool during the build process. It defines the parsing automaton, rule metadata, and associated enum types used by the CalcParser.

Structs§

AmbigID
ParData
StateID

Enums§

ProdID
TokenID

Type Aliases§

Action