Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Functions
KSDumper.h File Reference

Function to dump IR objects. More...

#include <KiwiEngine/KiwiEngine.h>
#include "KSForwarders.h"

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...
 

Detailed Description

Function to dump IR objects.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

void KSDumpExpression ( struct CNText *  outbuf,
struct KSExpression src 
)

Dump expression.

Parameters
outbufOutput buffer
srcSource object
void KSDumpFunction ( struct CNText *  outbuf,
struct KSFunction src 
)

Dump function.

Parameters
outbufOutput buffer
srcSource object
void KSDumpStatement ( struct CNText *  outbuf,
struct KSStatement src 
)

Dump statement.

Parameters
outbufOutput buffer
srcSource object
void KSDumpType ( struct CNText *  outbuf,
struct KEFrame *  src 
)

Dump type declaration.

Parameters
outbufOutput buffer
srcSource object