ccScript 5.1.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Namespaces
ccscript.h File Reference
#include <ucommon/ucommon.h>
Include dependency graph for ccscript.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ucommon::Script
 Compiled script container. More...
 
struct  ucommon::Script::line
 Basic compiled statement. More...
 
struct  ucommon::Script::keyword
 NAMESPACE_UCOMMON A structure to introduce new core commands to the runtime engine. More...
 
class  ucommon::Script::strict
 Contains defined variables found by scope when strict is used. More...
 
class  ucommon::Script::symbol
 Contains instance of a runtime symbol. More...
 
class  ucommon::Script::event
 An event block for a script. More...
 
class  ucommon::Script::header
 Header describes a script section. More...
 
class  ucommon::Script::checks
 A container class for compile-time check methods. More...
 
struct  ucommon::Script::stack_t
 Runtime stack for each interpreter instance. More...
 
class  ucommon::Script::interp
 An instance of the runtime interpreter. More...
 
class  ucommon::Script::error
 A class to collect compile-time errors. More...
 
class  ucommon::Script::methods
 Runtime methods collection class. More...
 

Namespaces

 ucommon