lab_trees
Tempestuous Trees
|
Declaraction of the AbstractSyntaxTree class, which inherits BinaryTree<std::string>. More...
#include "binarytree.h"
#include <string>
#include "abstractsyntaxtree_given.cpp"
#include "abstractsyntaxtree.cpp"
Classes | |
class | AbstractSyntaxTree |
Declaraction of the AbstractSyntaxTree class, which inherits BinaryTree<std::string>.
This tree is a type of binary tree used to compute syntactical expressions. In this case, we will be evaluating PEMDAS, except we will not have to handle exponential calculations.