Gentee API
There is an option for software engineers to run programs in Gentee in their own applications. To do that, it is enough to connect the gentee.dll file. It contains several importable functions, which are responsible for compilation and execution of the programs.
gentee_call | Call the function from the bytecode. |
gentee_compile | Program compilation. |
gentee_deinit | End of working with gentee. |
gentee_getid | Get the object's identifier by its name. |
gentee_init | Initialization of gentee. |
gentee_load | Load and launch the bytecode. |
gentee_ptr | Get Gentee structures. |
gentee_set | This function specifies some gentee parameters. |
Types
gentee | The main structure of gentee engine. |
compileinfo | The structure for the using in gentee_compile function. |
optimize | The structure for the using in compileinfo structure. |