LL1Checker 5.0
“Tool for verifying LL(1) grammars and validating input strings.”
|
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. |
Node used to build a parse tree.