summaryrefslogtreecommitdiffstats
path: root/lexer.l
AgeCommit message (Expand)Author
2014-12-30Add `label $name | EXP`; fix `break`Nicolas Williams
2014-12-26Add Streaming parser (--stream)Nicolas Williams
2014-08-14Add `module` directive, `modulemeta` builtinNicolas Williams
2014-07-22Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford
2014-07-06Add `foreach` and `limit`Nicolas Williams
2014-07-06Add `try EXP catch EXP`Nicolas Williams
2014-02-20Add `?`, `.[]?`, and `..` operatorsNicolas Williams
2013-09-14Merge branch 'libjq'Stephen Dolan
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-21Add mod (and setmod) operatorsNicolas Williams
2013-06-05Lex and parse .foo better.Stephen Dolan
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-02-02merging upstream stedolan changesLee Thompson
2013-01-03Fix negative number syntax. Add a unary '-' operator.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-02Demote "contains" to a built-in function rather than an operator.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-26Raise a proper error from the lexer on unmatched },),]Stephen 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-22Support a -f option to load from a file, and # commentsStephen 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-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan