EEcontext

This is to support compiling expressions within the context of a function.

extern (C++) @nogc nothrow @safe
struct EEcontext {
uint EElinnum;
char* EEexpr;
char* EEtypedef;
byte EEpending;
byte EEimminent;
byte EEcompile;
byte EEin;
elem* EEelem;
Symbol* EEfunc;
code* EEcode;
}
Suggestion Box / Bug Report