Module ninja_build::eval_env [] [src]

Structs

BindingEnv

An Env which contains a mapping of variables to values as well as a pointer to a parent scope.

EvalString

A tokenized string that contains variable references. Can be evaluated relative to an Env.

Rule

An invokable build command and associated metadata (description, etc.).

Traits

Env

An interface for a scope for variable (e.g. "$foo") lookups.