summaryrefslogtreecommitdiffstats
path: root/parser.y
AgeCommit message (Expand)Author
2012-12-07Change order of evaluation for certain indexing operations.Stephen Dolan
2012-12-04Refactor function argument passing into what it always should have been.Stephen Dolan
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
2012-12-03General cleanup - rename a few things, delete dead code.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-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-26Transparent handling for CBV arguments to C functions.Stephen Dolan
2012-11-26Clean up function creation API and epilogue generation.Stephen Dolan
2012-11-25Add some preprocessor junk to make codegen cleaner.Stephen Dolan
2012-10-25Merge branch 'master' of https://github.com/stedolan/jq into contains-operatorStephen Roantree
2012-10-25Fix a bug in string parsing. Closes #35Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-10-24Replace yyscan_t with another pointer type that we control.Damian Gryski
2012-10-23Implement 'not equal' (!=) as a binopDamian Gryski
2012-10-23yyscan_t isn't exposed by some versions of flex.Damian Gryski
2012-10-20A string interpolation syntax that I don't hate. Also tests.Stephen Dolan
2012-10-10Make comp binops nonassocStephen Roantree
2012-10-07Add <,>,<=,>= binopsStephen Roantree
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan