summaryrefslogtreecommitdiff
path: root/src/parser.h
Commit message (Expand)AuthorAgeFilesLines
* Added initial support for lambda functionsJohn Wiegley2010-09-061-0/+6
* Untabified all source filesJohn Wiegley2010-06-111-15/+15
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+6
* Improved error reporting in the expression parserJohn Wiegley2010-05-221-2/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-12/+3
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-0/+2
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-22/+25
* Whitespace changes.John Wiegley2009-01-221-7/+3
* 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-2/+3
* Added value expression parsing flag EXPR_PARSE_SINGLE, which means to readJohn Wiegley2008-09-141-4/+5
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+103