summaryrefslogtreecommitdiffstats
path: root/parser.y
AgeCommit message (Expand)Author
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-13Fix the //= operator.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-06Add a --arg option to allow variables to be passed from the cmdline.Stephen Dolan
2013-02-02merging upstream stedolan changesLee Thompson
2013-01-03Fix negative number syntax. Add a unary '-' operator.Stephen Dolan
2012-12-29Refactor assignment.Stephen Dolan
2012-12-28Support for two-argument functions.Stephen Dolan
2012-12-28Fold operation (code/docs/test)Stephen Dolan
2012-12-28@foo syntax for encoding of strings into various formats.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
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-28revert back to make invoking flex, fix a few bugsLee Thompson
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