index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
token.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ; as a sequencing operator in valexprs
John Wiegley
2009-03-03
1
-0
/
+1
*
Added Python-style if/else expression keywords
John Wiegley
2009-03-03
1
-0
/
+3
*
Parse '/' in an operator context as "div"
John Wiegley
2009-02-15
1
-1
/
+2
*
Added support for value expression definitions.
John Wiegley
2009-02-08
1
-0
/
+1
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-0
/
+1
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-0
/
+19
*
Correctly report the line context when there is a valexpr parsing error.
John Wiegley
2009-01-22
1
-2
/
+2
*
Accept &&/and for &, ||/or for |, and not for !. Also improved error
John Wiegley
2009-01-22
1
-4
/
+5
*
Parse != as !(==) and !~ as !(=~), for simplicity's sake.
John Wiegley
2009-01-22
1
-0
/
+1
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+116