index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
token.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-4
/
+8
*
Stubbed out the new definition for token_t::rewind(), which was failing.
John Wiegley
2009-01-31
1
-0
/
+6
*
"div", or "//", is now the operator of division.
John Wiegley
2009-01-31
1
-14
/
+31
*
Revised the way that parsing flags get passed around.
John Wiegley
2009-01-29
1
-7
/
+9
*
Added a pair of missing calls to in.peek().
John Wiegley
2009-01-23
1
-0
/
+2
*
Correctly report the line context when there is a valexpr parsing error.
John Wiegley
2009-01-22
1
-26
/
+40
*
Accept &&/and for &, ||/or for |, and not for !. Also improved error
John Wiegley
2009-01-22
1
-41
/
+111
*
Parse != as !(==) and !~ as !(=~), for simplicity's sake.
John Wiegley
2009-01-22
1
-0
/
+8
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Removed more dead code.
John Wiegley
2008-08-17
1
-44
/
+0
*
Ledger now builds without any significant warnings, except for one file. Some
John Wiegley
2008-08-10
1
-2
/
+2
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+378