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

Interpreter.cpp. More...

Go to the source code of this file.

Classes

struct  returnNumberValues
 returns a struct containing number values from calculations More...
 
struct  returnStringValues
 returns a struct containing string values from calculations More...
 
struct  returnValues
 specifies the type of the return value and carries the return value More...
 
class  Interpreter
 Interprets and executes code from the abstract syntax tree. More...
 

Enumerations

enum  DATATYPES
 

Detailed Description