SyntaxTutor
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
 
Loading...
Searching...
No Matches
LLTutorWindow::TreeNode Struct Reference

TreeNode structure used to build derivation trees. More...

#include <lltutorwindow.h>

Public Attributes

QString label
 
std::vector< std::unique_ptr< TreeNode > > children
 

Detailed Description

TreeNode structure used to build derivation trees.

Member Data Documentation

◆ children

std::vector<std::unique_ptr<TreeNode> > LLTutorWindow::TreeNode::children

◆ label

QString LLTutorWindow::TreeNode::label

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