7#ifndef __INTERPRETER_INTERPRETER_H__
8#define __INTERPRETER_INTERPRETER_H__
@ EOL
Marker for end of a token list.
bool Interpreter_Interpret(const int *tokenList, DynamicString *output)
This function is a simple interpreter.
Declaration of the DynamicString structure and supporting functions to work with dynamic strings.
Represents a string that can be grown dynamically.