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

@ -362,9 +362,9 @@ Enables or disables pattern support on the command line, such as /foo/.
Defaults to on.
.TP
.B expressions=on
Enables or disables algebraic expression support on the command line, such as
"due<eom and (pri=H or pri=M)". Defaults to on.
.B expressions=infix|postfix
Sets a preference for infix expressions (1 + 2) or postfix expressions (1 2 +).
Defaults to infix.
.TP
.B dom=on