#include "../tokens/tokens.h"
#include "../tokenNode/tokenNode.h"
#include "../tokenNode/NumberNode/NumberNode.h"
#include "../tokenNode/OperatorNode/OperatorNode.h"
#include "../tokenNode/StringNode/StringNode.h"
#include "../tokenNode/VariableNode/VariableNode.h"
#include "../tokenNode/builtinNode/builtinNode.h"
#include "../tokenNode/ifNode/ifNode.h"
#include "../tokenNode/whileNode/whileNode.h"
#include "../tokenNode/forNode/forNode.h"
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 |