Is your feature request related to a problem? Please describe.
To improve readability for event conditions are reduce errors, the event parser should be able to parse expressions such as x < feature < y.
Describe the solution you'd like
The grammar and parser have to be adjusted to support such rules.
Describe alternatives you've considered
None
Additional context
None