author | Sebastian Harl <sh@tokkee.org> | |
Tue, 21 Oct 2014 05:45:31 +0000 (07:45 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 21 Oct 2014 05:49:59 +0000 (07:49 +0200) | ||
commit | 8b66b80ff28c28ee36ce43c96db94721557785fc | |
tree | 67100e42b9d5c14ca0a10d82d9e6fcfea4a8b5aa | tree | snapshot |
parent | e4925baf923191b68f211354f57e743b7500d0c8 | commit | diff |
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.
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 | diff | blob | history | |
src/frontend/scanner.l | diff | blob | history |