summaryrefslogtreecommitdiffstats
path: root/c/testdata
AgeCommit message (Expand)Author
2012-09-17Better support for appending strings in JV.Stephen Dolan
2012-09-11Add update operators (+=, -=, *=, /= and //=)Stephen Dolan
2012-09-10'==' operator, tests for equality and operator precedence.Stephen Dolan
2012-09-10String -> number conversions with "tonumber".Stephen Dolan
2012-09-10Multiplication and division operators.Stephen Dolan
2012-09-10Subtraction - as expected for numbers, ruby-style set diff for arrays.Stephen Dolan
2012-09-10String concatenation.Stephen Dolan
2012-09-10Sensible error messages when a silly addition is performed.Stephen Dolan
2012-09-09Make the '+' operator merge objects.Stephen Dolan
2012-09-06null and string literals now exist, so add testsStephen Dolan
2012-09-04Add a Boolean "not" operator.Stephen Dolan
2012-09-04Short-circuiting Boolean "and" and "or" operators.Stephen Dolan
2012-09-04Add "elif" to if-then-else constructs.Stephen Dolan
2012-09-04if-then-else and defined-or operatorsStephen Dolan
2012-09-03Fix a memory leak in JV and add more testsStephen Dolan
2012-09-03Perl-style autovivification.Stephen Dolan
2012-09-03JV_KIND_INVALID values to represent failed lookups, etc + various tests.Stephen Dolan
2012-09-02Move from Jansson to JV - proper freeing of memoryStephen Dolan
2012-08-28Fix a bug in lexical scoping, add testsStephen Dolan
2012-08-27Remove syntax distinction between builtin and user callsStephen Dolan
2012-08-27first pass at assignmentStephen Dolan
2012-08-262nd order functionsStephen Dolan
2012-08-22bugfix for backtracking over RET insns, and a truly evil testcaseStephen Dolan
2012-08-21Closures over variablesStephen Dolan
2012-08-21First pass at functions + testsStephen Dolan