summaryrefslogtreecommitdiff
path: root/src/op.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting of nested function callsJohn Wiegley2012-03-111-6/+7
* Many improvements to lambdas and function callingJohn Wiegley2012-03-081-129/+211
* More work done on proper evaluation of lambdasJohn Wiegley2012-03-071-17/+25
* Many options now have additive effectJohn Wiegley2012-03-071-8/+9
* Fixed parameter and argument scoping for O_CALL nodesJohn Wiegley2012-03-071-15/+50
* Dump IDENT referral values in op_t::dumpJohn Wiegley2012-03-071-1/+1
* Corrected several compile and link problemsJohn Wiegley2012-03-061-0/+10
* Generalized function call parsingJohn Wiegley2012-03-051-7/+12
* Added an assertJohn Wiegley2012-03-051-0/+2
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-1/+1
* Provide more context if a valexpr function call failsJohn Wiegley2012-03-011-5/+12
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Corrected handling of nested definitionsJohn Wiegley2012-02-211-20/+53
* The new SCOPE mechanism is workingJohn Wiegley2012-02-211-82/+57
* Introduced a new SCOPE expression terminalJohn Wiegley2012-02-201-36/+57
* Do not evaluate strings as booleansJohn Wiegley2012-02-111-1/+1
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Changed an assert into a proper exceptionJohn Wiegley2011-07-171-3/+1
* O_DEFINE operator should always return NULL_VALUEJohn Wiegley2011-07-171-0/+5
* Added some debug codeJohn Wiegley2011-02-101-0/+24
* Added initial support for lambda functionsJohn Wiegley2010-09-061-11/+21
* Minor simplifications to valexpr parserJohn Wiegley2010-09-051-34/+11
* Generalized the semantics of FOO.BAR in valexprsJohn Wiegley2010-06-241-17/+7
* Fixed how valexpr function defs and calls workJohn Wiegley2010-06-241-15/+32
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-1/+1
* Report error context in expressions more preciselyJohn Wiegley2010-06-131-3/+3
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-36/+16
* If a type context exists, confirm the result matchesJohn Wiegley2010-06-131-0/+15
* Expression evaluations now have a "type context"John Wiegley2010-06-131-6/+9
* Untabified all source filesJohn Wiegley2010-06-111-109/+109
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+2
* Added O_EXPAND operator, to handle macrosJohn Wiegley2010-05-081-3/+49
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-1/+1
* Fixes to the value expression parser and evaluatorJohn Wiegley2009-11-101-45/+46
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-6/+8
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-3/+3
* Output pointer values correctly for 64-bit systemsJohn Wiegley2009-10-271-1/+1
* Improved debug output of "--debug expr.calc"John Wiegley2009-10-251-38/+61
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-4/+9
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+1
* Added ; as a sequencing operator in valexprsJohn Wiegley2009-03-031-0/+46
* Fixed parsing of '(1, 2, (3, 4))'John Wiegley2009-03-031-1/+0
* Fixed the printing of O_CONS nodesJohn Wiegley2009-02-281-14/+25
* Corrected output of O_CALL nodesJohn Wiegley2009-02-271-3/+5
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-8/+8
* Renamed O_COMMA to O_CONS, and changed semanticsJohn Wiegley2009-02-231-26/+47
* Restored the --budget optionJohn Wiegley2009-02-201-1/+1