|
Kiwi Script
KiwiScript Interpreter
|
Macro definition for pass operation. More...
Go to the source code of this file.
Enumerations | |
| enum | KSPassKind { KSNoPass, KSParsePass, KSTypePropagationPass } |
Functions | |
| const unsigned char * | KSPassToString (KSPassKind src) |
| Encode pass kind to string. More... | |
| KSPassKind | KSStringToPass (const unsigned char *src) |
| Get pass kind from the string. More... | |
Macro definition for pass operation.
| enum KSPassKind |
Kind of compilation passes
| const unsigned char* KSPassToString | ( | KSPassKind | src | ) |
Encode pass kind to string.
| src | Source pass kind |
| KSPassKind KSStringToPass | ( | const unsigned char * | src | ) |
Get pass kind from the string.
| src | Source string |
1.8.5