summaryrefslogtreecommitdiff
path: root/src/token.h
Commit message (Expand)AuthorAgeFilesLines
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Fix IDENT format comment to match recent change 35713fe79Donald Lam2023-01-271-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Use correct int return type for stream input operationskanreki2021-12-081-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Report an error in the case of '(1' (missing rparen)John Wiegley2011-11-101-3/+6
* Added initial support for lambda functionsJohn Wiegley2010-09-061-1/+3
* Minor simplifications to valexpr parserJohn Wiegley2010-09-051-7/+4
* Untabified all source filesJohn Wiegley2010-06-111-42/+42
* Improved error reporting in the expression parserJohn Wiegley2010-05-221-3/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+1
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Changed some debug textJohn Wiegley2009-10-281-2/+2
* Revert "Added % suffix operator, as in "$1.00 * 10%""John Wiegley2009-06-211-1/+1
* Added % suffix operator, as in "$1.00 * 10%"John Wiegley2009-05-261-1/+1
* Added ; as a sequencing operator in valexprsJohn Wiegley2009-03-031-0/+1
* Added Python-style if/else expression keywordsJohn Wiegley2009-03-031-0/+3
* Parse '/' in an operator context as "div"John Wiegley2009-02-151-1/+2
* Added support for value expression definitions.John Wiegley2009-02-081-0/+1
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-0/+1
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
* Correctly report the line context when there is a valexpr parsing error.John Wiegley2009-01-221-2/+2
* Accept &&/and for &, ||/or for |, and not for !. Also improved errorJohn Wiegley2009-01-221-4/+5
* Parse != as !(==) and !~ as !(=~), for simplicity's sake.John Wiegley2009-01-221-0/+1
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+116