Expand description

Module with a graph used for recursion detection in the grammar

This module provides a special graph type that is mostly used for the detection of left recursions.

Structs

Grammar graph over non-terminals and productions of a Cfg

Enums

Edge type of the grammar graph

Node type of the grammar graph