Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSPass.h
Go to the documentation of this file.
1 
8 #ifndef KSPASS_H
9 #define KSPASS_H
10 
12 typedef enum {
13  KSNoPass,
14  KSParsePass,
15  KSTypePropagationPass
16 } KSPassKind ;
17 
23 const unsigned char *
25 
32 KSStringToPass(const unsigned char * src) ;
33 
34 #endif /* KSPASS_H */
35 
KSPassKind
Definition: KSPass.h:12
KSPassKind KSStringToPass(const unsigned char *src)
Get pass kind from the string.
const unsigned char * KSPassToString(KSPassKind src)
Encode pass kind to string.