|
Kiwi Script
KiwiScript Interpreter
|
Function to dump IR objects. More...
Go to the source code of this file.
Functions | |
| void | KSDumpFunction (struct CNText *outbuf, struct KSFunction *src) |
| Dump function. More... | |
| void | KSDumpStatement (struct CNText *outbuf, struct KSStatement *src) |
| Dump statement. More... | |
| void | KSDumpExpression (struct CNText *outbuf, struct KSExpression *src) |
| Dump expression. More... | |
| void | KSDumpType (struct CNText *outbuf, struct KEFrame *src) |
| Dump type declaration. More... | |
Function to dump IR objects.
| void KSDumpExpression | ( | struct CNText * | outbuf, |
| struct KSExpression * | src | ||
| ) |
Dump expression.
| outbuf | Output buffer |
| src | Source object |
| void KSDumpFunction | ( | struct CNText * | outbuf, |
| struct KSFunction * | src | ||
| ) |
Dump function.
| outbuf | Output buffer |
| src | Source object |
| void KSDumpStatement | ( | struct CNText * | outbuf, |
| struct KSStatement * | src | ||
| ) |
Dump statement.
| outbuf | Output buffer |
| src | Source object |
| void KSDumpType | ( | struct CNText * | outbuf, |
| struct KEFrame * | src | ||
| ) |
Dump type declaration.
| outbuf | Output buffer |
| src | Source object |
1.8.5