]> granicus.if.org Git - jq/commit
Add a Boolean "not" operator.
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 4 Sep 2012 19:43:40 +0000 (20:43 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 4 Sep 2012 19:43:40 +0000 (20:43 +0100)
commitda5d653de8920091fb689a85eabdfc2c34278b1b
treea0152b2d6d7ff90ffee2745bbca6e33e09a5b0bd
parent6e6ea507630eceafd2cb2eb8e25bae231ee6f8a6
Add a Boolean "not" operator.

Not wholly convinced this is a good idea, maybe "not" should be a
builtin function instead? 'not (.a == .b)' vs. '.a == .b | not'
c/compile.c
c/compile.h
c/lexer.l
c/parser.y
c/testdata