summaryrefslogtreecommitdiff
path: root/src/expr.h
Commit message (Collapse)AuthorAgeFilesLines
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-2/+2
|
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-2/+12
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-3/+6
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-1/+2
| | | | expressions are displayed when errors are found in them.
* Removed more dead code and todo comments, and made it possible to streamJohn Wiegley2008-08-171-1/+1
| | | | compiled value expressions.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+125
is in doc/, etc.