]> granicus.if.org Git - jq/commit
Add alternation destructuring operator `?//`
authorWilliam Langford <wlangfor@gmail.com>
Fri, 17 Feb 2017 05:35:26 +0000 (00:35 -0500)
committerNicolas Williams <nico@cryptonector.com>
Sun, 26 Mar 2017 10:36:22 +0000 (05:36 -0500)
commit3a8c8f4747313d324f4309af66e2211319eccffd
treea9a627074e8704cf78cb06abdaec72ac3d77846e
parentb142d484d58696e7e5be33b196d131169a032a76
Add alternation destructuring operator `?//`

This is a first pass to show the implementation.
It needs tests and evaluation, but doesn't break any existing tests.

NOT READY FOR MERGING
src/compile.c
src/compile.h
src/execute.c
src/jv.h
src/lexer.l
src/opcode_list.h
src/parser.y