ObState

Collect the state information.

struct ObState {
ObNodes nodes;
VarDeclarations vars;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Variables

mutableStack
Array!bool mutableStack;

parallel to varStack[], is type mutable?

varPool
PtrVarState[] varPool;

memory pool

varStack
Array!size_t varStack;

temporary storage

Suggestion Box / Bug Report