Expand description

Module with types that support the representation of a parser PAR grammar

Structs

An Alternation is a sequence of factors. Valid operation on Alternation is “|”.

Alternations is part of the structure of the grammar representation

Data structure used to build up a parol::GrammarConfig during parsing.

Production is part of the structure of the grammar representation

ScannerConfig is part of the structure of the grammar representation

A user defined type name

Enums

Factor is part of the structure of the grammar representation

ParolGrammarItem is part of the structure of the grammar representation