Skip to content

Add syntactic sugar for negation of is/in operators

Simon Werbeck requested to merge drainedbattery/vala:in-is-negation into master

I quite like Kotlins !in/!is operators, so I added support for this syntax sugar to the parsing stage.

Merge request reports