EEcontext

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

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

Meta