Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
tokenNode Class Referenceabstract

node used for creating abstract syntax tree More...

#include <tokenNode.h>

Inheritance diagram for tokenNode:
NumberNode OperatorNode StringNode VariableNode builtinNode forNode functionNode ifNode whileNode

Public Member Functions

 tokenNode ()
 constructor
 
virtual std::string __represent__ ()=0
 (virtual) returns a string representing the current state of the syntax tree
 

Public Attributes

std::string nodeType = "None"
 used for directing execution in the syntax tree
 

Detailed Description

node used for creating abstract syntax tree


The documentation for this class was generated from the following files: