diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-01 01:56:13 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-01 01:56:13 -0400 |
commit | c98be731733176c9e9afb690619d806630ec9090 (patch) | |
tree | aedd210699a652a2b77b2a1985c14a1bdd9c227a /report.h | |
parent | 567902b1731db6f1ace85a7bc384b55ffd0948ab (diff) | |
download | fork-ledger-c98be731733176c9e9afb690619d806630ec9090.tar.gz fork-ledger-c98be731733176c9e9afb690619d806630ec9090.tar.bz2 fork-ledger-c98be731733176c9e9afb690619d806630ec9090.zip |
Re-implemented ?: parsing in value expressions. "a ? b : c" is implemented by
translating it into the equivalent syntax tree "(a & b) | c", since this
expression evaluates to the value of b if a is true, otherwise c.
Diffstat (limited to 'report.h')
0 files changed, 0 insertions, 0 deletions