summaryrefslogtreecommitdiff
path: root/src/token.cc
Commit message (Expand)AuthorAge
...
* "div", or "//", is now the operator of division.John Wiegley2009-01-31
* Revised the way that parsing flags get passed around.John Wiegley2009-01-29
* Added a pair of missing calls to in.peek().John Wiegley2009-01-23
* Correctly report the line context when there is a valexpr parsing error.John Wiegley2009-01-22
* Accept &&/and for &, ||/or for |, and not for !. Also improved errorJohn Wiegley2009-01-22
* Parse != as !(==) and !~ as !(=~), for simplicity's sake.John Wiegley2009-01-22
* Increased copyright range to include 2009.John Wiegley2009-01-20
* Removed more dead code.John Wiegley2008-08-17
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-10
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-05