lab_trees
Tempestuous Trees
abstractsyntaxtree.h File Reference

Declaraction of the AbstractSyntaxTree class, which inherits BinaryTree<std::string>. More...

#include "binarytree.h"
#include <string>
#include "abstractsyntaxtree_given.cpp"
#include "abstractsyntaxtree.cpp"
Include dependency graph for abstractsyntaxtree.h:

Classes

class  AbstractSyntaxTree
 

Detailed Description

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.