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

IR for KSVariable class. More...

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

Go to the source code of this file.

Data Structures

struct  KSVariable
 

Functions

struct KSVariableKSAllocateVariable (const struct CNFixedString *ident, struct KELineInfo *linfo, struct CNResource *resource)
 Allocate vairiable. More...
 

Detailed Description

IR for KSVariable class.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KSVariable* KSAllocateVariable ( const struct CNFixedString *  ident,
struct KELineInfo *  linfo,
struct CNResource *  resource 
)

Allocate vairiable.

Returns
Variable object
Parameters
identIdentifier of the variable
linfoLine information
resourceResource to allocate the object