Feature - Calc

- Gave the calc command access to DOM resolution.  Needs a Lexer change to
  recognize DOM addresses.
This commit is contained in:
Paul Beckingham 2014-01-07 23:32:12 -05:00
parent 9c41610f56
commit 02116a9a93
4 changed files with 51 additions and 8 deletions

View file

@ -98,7 +98,7 @@ std::string Config::_defaults =
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
"regex=no # Assume all search/filter strings are regexes\n"
"xterm.title=no # Sets xterm title for some commands\n"
"expressions=on # Support for algebraic expressions\n"
"expressions=infix # Prefer infix over postfix expressions\n"
"patterns=on # Support for regex patterns\n"
"dom=on # Support DOM access\n"
"json.array=off # Enclose JSON output in [ ]\n"