summaryrefslogtreecommitdiff
path: root/src/token.cc
Commit message (Expand)AuthorAge
* Update copyright yearAlexis Hildebrandt2023-02-02
* Disallow numbers in function namesJohn Wiegley2023-01-25
* Update copyright statement for 2022Alexis Hildebrandt2022-07-02
* Use correct int return type for stream input operationskanreki2021-12-08
* Drop support for gcc 2 and earlierTim Landscheidt2019-01-25
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-27
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-05
* Increase maximum length for regexMartin Michlmayr2016-02-15
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-02
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-27
* Fix a compiler warningJohn Wiegley2014-03-28
* Bump copyright information to 2014Alexis Hildebrandt2014-02-02
* Bump copyright information to 2013John Wiegley2013-02-18
* Switch to using Boost.FormatJohn Wiegley2012-05-14
* Improved detection of iostream's eof() conditionJohn Wiegley2012-05-14
* Made some of the value term parsing code more resilientJohn Wiegley2012-04-28
* Allow identifier names to begin with _John Wiegley2012-03-07
* Removed an old commentJohn Wiegley2012-03-02
* Increased file copyrights to 2012John Wiegley2012-02-29
* Removed unneeded default casesJohn Wiegley2012-02-17
* Corrections to the query language parserJohn Wiegley2011-11-10
* Report an error in the case of '(1' (missing rparen)John Wiegley2011-11-10
* Added casts necessary for building under Visual StudioJohn Wiegley2011-03-03
* Fixed a bug preventing g++ 4.6 from workingJohn Wiegley2011-02-04
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-04
* Added initial support for lambda functionsJohn Wiegley2010-09-06
* Minor simplifications to valexpr parserJohn Wiegley2010-09-05
* Changes for building with Visual Studio 2008John Wiegley2010-06-15
* Untabified all source filesJohn Wiegley2010-06-11
* Moved a misplaced parenthesisJohn Wiegley2010-06-02
* Improved error reporting in the expression parserJohn Wiegley2010-05-22
* Updated copyrights to 2003-2010John Wiegley2010-03-05
* The new period parser is passing all testsJohn Wiegley2009-11-18
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-09
* Revert "Added % suffix operator, as in "$1.00 * 10%""John Wiegley2009-06-21
* Added % suffix operator, as in "$1.00 * 10%"John Wiegley2009-05-26
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-15
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-10
* Added ; as a sequencing operator in valexprsJohn Wiegley2009-03-03
* Made error reporting while parsing more resilientJohn Wiegley2009-03-03
* Added Python-style if/else expression keywordsJohn Wiegley2009-03-03
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-28
* Marked all strings needing internationalizationJohn Wiegley2009-02-25
* Correctly accept "false" as a keywordJohn Wiegley2009-02-22
* Don't allow '-' as part of an identifier tokenJohn Wiegley2009-02-21
* Parse '/' in an operator context as "div"John Wiegley2009-02-15
* Added support for value expression definitions.John Wiegley2009-02-08
* Use seekg, in place of multiple ungets.John Wiegley2009-02-07
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-01
* Stubbed out the new definition for token_t::rewind(), which was failing.John Wiegley2009-01-31