Gorgon Game Engine
Compilers.h File Reference
Include dependency graph for Compilers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Base
 The base class for compilers. More...
 
class  Intermediate
 Intermediate language complier. More...
 
class  Programming
 Programming dialect compiler. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Scripting
 This namespace contains Gorgon Script parser and reflection facilities.
 
 Gorgon::Scripting::Compilers
 This namespace contains compliers and any utilities related with it.
 

Functions

std::string Disassemble (const Instruction &inst)
 Disassembles the given instruction. More...
 
std::string Disassemble (const Instruction *)
 Disassembles the given instruction. More...
 
void Disassemble (InputSource &source, std::ostream &out)
 Disassembles entire input source to the given stream. More...