index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for value expression definitions.
John Wiegley
2009-02-08
1
-0
/
+3
*
Better semantics for the ?: ternary operator.
John Wiegley
2009-02-08
1
-6
/
+8
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-8
/
+28
*
Revised the way that parsing flags get passed around.
John Wiegley
2009-01-29
1
-29
/
+28
*
Removed some extraneous code.
John Wiegley
2009-01-22
1
-6
/
+4
*
Correctly report the line context when there is a valexpr parsing error.
John Wiegley
2009-01-22
1
-4
/
+14
*
Allow function calls without arguments in the parser.
John Wiegley
2009-01-22
1
-14
/
+3
*
Corrected a parse-time optimization of "! CONSTANT".
John Wiegley
2009-01-22
1
-1
/
+1
*
Redid the way command-line arguments are processed. Before, Ledger used - and
John Wiegley
2009-01-22
1
-2
/
+14
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Fixes to the way that EXPR_PARSE_SINGLE behaves.
John Wiegley
2008-09-15
1
-14
/
+12
*
Fixed the way that nested caught exceptions are rethrown, and how value
John Wiegley
2008-09-15
1
-6
/
+9
*
Added value expression parsing flag EXPR_PARSE_SINGLE, which means to read
John Wiegley
2008-09-14
1
-4
/
+5
*
Ledger now builds without any significant warnings, except for one file. Some
John Wiegley
2008-08-10
1
-1
/
+1
*
Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When Python
John Wiegley
2008-08-08
1
-32
/
+0
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+441