include location of error in parse error messages in EvalEnv strings
authorAlexei Svitkine <asvitkine@google.com>
Tue, 26 Apr 2011 18:49:49 +0000 (11:49 -0700)
committerEvan Martin <martine@danga.com>
Tue, 26 Apr 2011 18:49:49 +0000 (11:49 -0700)
commit2f6ac73dad3806e771761af3a58d43d434337a4b
treede9266a1e7a635f66299a2847c6c66d894ad6637
parent5c192cda0788faeed93b3ba03a6830ed43762b24
include location of error in parse error messages in EvalEnv strings

E.g. when parsing "foo = ${bar", point at the correct location of
the missing curly brace.
src/eval_env.cc
src/eval_env.h
src/ninja_test.cc
src/parsers.cc
src/parsers.h
src/parsers_test.cc