summaryrefslogtreecommitdiff
path: root/op.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move the value expression code into libamounts, since it really belongs withJohn Wiegley2008-07-291-2/+2
| | | | value_t, rather than the rest of Ledger proper.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+1151
old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.