Strumenta / antlr-kotlin

Support for Kotlin as a target for ANTLR 4
Apache License 2.0
221 stars 47 forks source link

Improve type nullability for IntervalSet #174

Closed lppedd closed 6 months ago

lppedd commented 6 months ago

IntervalSet seems to be a hot path, so the less nullability checks we have, and the less iterators we use, the better.

Also tested with the ANTLR 5 test suite.

ftomassetti commented 6 months ago

Thank you @lppedd !