22 #include "CBot/CBotInstr/CBotInstr.h" Class for one CBot instruction.
Definition: CBotInstr.h:86
The CBotCStack class Management of the stack of compilation.
Definition: CBotCStack.h:35
static CBotInstr * Compile(CBotToken *&p, CBotCStack *pStack, bool bLocal=true)
Compiles a statement block - { instr; instr; }.
Definition: CBotBlock.cpp:31
An instruction block - { ... }.
Definition: CBotBlock.h:34
static CBotInstr * CompileBlkOrInst(CBotToken *&p, CBotCStack *pStack, bool bLocal=false)
Compiles a block of instructions or a single instruction.
Definition: CBotBlock.cpp:54
CBot engine.
Definition: CBotCallMethode.cpp:28
Class representing one token of a program.
Definition: CBotToken.h:80