#include "config.h"
#include "cmd.h"
#include "vypIO.h"

Go to the source code of this file.
Classes | |
| class | PushValueCmd |
| push immediate value to vmStack More... | |
| class | ReturnCmd |
| read/write value of function return value More... | |
| class | GlVarCmd |
| read/write value of global variable More... | |
| class | LcVarCmd |
| read/write value of local variable More... | |
| class | ArgCmd |
| read/write value of function argument More... | |
| class | UnaryCmd |
| perform unary operator operation on vmStack More... | |
| class | BinaryCmd |
| perform binary operator operation on vmStack More... | |
| class | IfCmd |
| if statement as virtual machine command More... | |
| class | WhileCmd |
| while statement as virtual machine command More... | |
| class | CallCmd |
| function call command operating on vmStack More... | |
| class | PrintCmd |
| virtual machine command for print() function More... | |
| class | InputCmd |
| virtual machine command for input{int|double|string}() function More... | |
| struct | CmdFactory::Private |
1.5.4