Expand description
GGL language parser and Abstract Syntax Tree (AST) definitions.
This module uses the pest
library to parse GGL source code into a structured AST.
Structs§
- Apply
Statement - Edge
Declaration - ForStatement
- Represents a
for
loop for iterative graph construction. - Generate
Statement - GglParser
- GraphAST
- LetStatement
- Represents a
let
statement for variable assignment. - Node
Declaration - Pattern
- Rule
Definition
Enums§
Functions§
- parse_
ggl - Parses a GGL source string into a Graph AST.