summaryrefslogtreecommitdiff
path: root/src/parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Added % suffix operator, as in "$1.00 * 10%"John Wiegley2009-05-261-1/+14
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Added ; as a sequencing operator in valexprsJohn Wiegley2009-03-031-2/+5
* Fixed parsing of '(1, 2, (3, 4))'John Wiegley2009-03-031-0/+9
* Made error reporting while parsing more resilientJohn Wiegley2009-03-031-6/+6
* Added Python-style if/else expression keywordsJohn Wiegley2009-03-031-1/+35
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-1/+3
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-13/+13
* Renamed O_COMMA to O_CONS, and changed semanticsJohn Wiegley2009-02-231-2/+3
* Parse '/' in an operator context as "div"John Wiegley2009-02-151-12/+13
* Fixed the operator precedence of several operators.John Wiegley2009-02-091-100/+115
* Removed reference to session_t from the iterators module.John Wiegley2009-02-091-12/+14
* Added support for value expression definitions.John Wiegley2009-02-081-0/+3
* Better semantics for the ?: ternary operator.John Wiegley2009-02-081-6/+8
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-8/+28
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-29/+28
* Removed some extraneous code.John Wiegley2009-01-221-6/+4
* Correctly report the line context when there is a valexpr parsing error.John Wiegley2009-01-221-4/+14
* Allow function calls without arguments in the parser.John Wiegley2009-01-221-14/+3
* Corrected a parse-time optimization of "! CONSTANT".John Wiegley2009-01-221-1/+1
* Redid the way command-line arguments are processed. Before, Ledger used - andJohn Wiegley2009-01-221-2/+14
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Fixes to the way that EXPR_PARSE_SINGLE behaves.John Wiegley2008-09-151-14/+12
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-6/+9
* Added value expression parsing flag EXPR_PARSE_SINGLE, which means to readJohn Wiegley2008-09-141-4/+5
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-1/+1
* Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When PythonJohn Wiegley2008-08-081-32/+0
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+441