Code

frontend/grammar: Added support for the IN operator.
authorSebastian Harl <sh@tokkee.org>
Tue, 21 Oct 2014 05:45:31 +0000 (07:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 21 Oct 2014 05:49:59 +0000 (07:49 +0200)
commit8b66b80ff28c28ee36ce43c96db94721557785fc
tree67100e42b9d5c14ca0a10d82d9e6fcfea4a8b5aa
parente4925baf923191b68f211354f57e743b7500d0c8
frontend/grammar: Added support for the IN operator.

This is a matcher checking if a value is included in an array. It's mostly
meant to be used to match backends at the moment.
src/frontend/grammar.y
src/frontend/scanner.l