CParser (Private)

Includes:
<deque>
"CToken.h"
<sstream>
<ios>
<map>
<vector>
"CParseTree.h"
"CCodeBlockNode.h"
"LEOInterpreter.h"
"ForgeTypes.h"

Introduction

The actual parser for the Hammer programming language is called Forge, and is implemented mainly by the CParser C++ class. See the Forge.h header for the minimalist public C API people who mainly want to use Hammer in a host application can use to parse and compile scripts, and register host-specific commands, functions and properties.



Classes

CParser