CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
| Name | Description |
|---|---|
Class TCompiler |
TCompiledModule = record end; |
TTokenSet = set of TToken; |
TCompiledModule = record end; |
TTokenSet = set of TToken; |
AllMask = 127 shl 24; |
ArrayMask = 4 shl 24; |
COArrayMask = 8 shl 24; |
ConstMask = 0 shl 24; |
ProcMask = 2 shl 24; |
ResWordMask = 16 shl 24; |
VarMask = 1 shl 24; |
AllMask = 127 shl 24; |
ArrayMask = 4 shl 24; |
COArrayMask = 8 shl 24; |
ConstMask = 0 shl 24; |
ProcMask = 2 shl 24; |
ResWordMask = 16 shl 24; |
VarMask = 1 shl 24; |
|
Last modified: Jan 6, 2010 |