summaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Expand)Author
2012-12-18Fix a bug in stack reallocation during deep recursion.Stephen Dolan
2012-12-07Change order of evaluation for certain indexing operations.Stephen Dolan
2012-12-04Add min, max, min_by, max_by functions.Stephen Dolan
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
2012-12-03Add a `unique` function.Stephen Dolan
2012-12-02Ignore a UTF-8 BOM if one appears at the start of a JSON document.Stephen Dolan
2012-12-02sort_by and group_by functions, tests and docs.Stephen Dolan
2012-12-02Demote "contains" to a built-in function rather than an operator.Stephen Dolan
2012-12-02Fix a horrible scoping/associativity bug.Stephen Dolan
2012-11-30Sort function and more general comparison operators.Stephen Dolan
2012-11-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-25Add some preprocessor junk to make codegen cleaner.Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-10-23Add some in/equality test casesDamian Gryski
2012-10-20Add a 'keys' function. Fixes #4.Stephen Dolan
2012-10-20A string interpolation syntax that I don't hate. Also tests.Stephen Dolan
2012-10-07Add <,>,<=,>= binopsStephen Roantree
2012-09-22Allow underscores in IDENT tokens. Fixes #3.Stephen Dolan
2012-09-18Implement the 'add' builtin promised by the docs' examples.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan