LL1Checker 5.0
“Tool for verifying LL(1) grammars and validating input strings.”
Loading...
Searching...
No Matches
LL1Parser::ParseNode Struct Reference

Node used to build a parse tree. More...

#include <ll1_parser.hpp>

Public Attributes

std::string symbol
 Grammar symbol.
std::vector< std::unique_ptr< ParseNode > > children
 Child nodes.

Detailed Description

Node used to build a parse tree.


The documentation for this struct was generated from the following file: