Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KEExecutor.h
Go to the documentation of this file.
1 
8 #ifndef KEEXECUTOR_H
9 #define KEEXECUTOR_H
10 
11 #include "KEForwarders.h"
12 #include "KEException.h"
13 #include <Coconut/Coconut.h>
14 
18 typedef enum {
19  KENoExecError
20 } KEExecError ;
21 
29 int
30 KEExecuteProgram(struct KEProgram * program, unsigned int argc, struct CNString * argv) ;
31 
32 #endif /* KEEXECUTOR_H */
KEProgram class.
Definition: KEProgram.h:17
KEExecError
Definition: KEExecutor.h:18
Define KEException data structure.
int KEExecuteProgram(struct KEProgram *program, unsigned int argc, struct CNString *argv)
Execute the program.
Forward declarations of the data type in KiwiEngine.