module battery.conf.cfg

Code Map

module battery.conf.cfg;


//! Evals a target string, throws core.Exception on errors.
fn eval(arch: Arch, platform: Platform, str: string, warning: scope (Sink)) bool { }
fn eval(arch: Arch, platform: Platform, str: string, warning: scope (Sink)) bool

Evals a target string, throws core.Exception on errors.

struct Lexer

Lexes a targets string.

struct TargetEval

Lexes, parses and evalulates a targets string.