summaryrefslogtreecommitdiff
path: root/src/token.h
Commit message (Expand)AuthorAgeFilesLines
* 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