Ninja
|
Go to the source code of this file.
Classes | |
struct | BindingEnv |
An Env which contains a mapping of variables to values as well as a pointer to a parent scope. More... | |
struct | Env |
An interface for a scope for variable (e.g. "$foo") lookups. More... | |
struct | EvalString |
A tokenized string that contains variable references. More... | |