dmdscript.opcodes

Members

Functions

PutValue
void PutValue(CallContext* cc, d_string s, Value* a)
cannotConvert
Value* cannotConvert(Value* b, int linnum)

Helper function for Values that cannot be converted to Objects.

scope_get
Value* scope_get(Dobject[] scopex, Identifier* id, Dobject* pthis)

Look for identifier in scope.

scope_tos
Dobject scope_tos(Dobject[] scopex)

Find last object in scopex, null if none.

Structs

IR
struct IR

Meta