Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
expressionData Struct Reference

expression of current line in control flow statements (if, while, for) and functions More...

#include <tokenNode.h>

Public Attributes

std::shared_ptr< tokenNodeexpression
 this current lines statement/expression
 
std::string datatype
 determines whether the current statement is a string or int related statement
 

Detailed Description

expression of current line in control flow statements (if, while, for) and functions


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