Strumenta / antlr-kotlin

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

Reduce allocations and indirection for multiplatform classes #141

Closed lppedd closed 7 months ago

lppedd commented 7 months ago

This PR replaces wrapped instances with direct type-aliases, whenever possible.

ftomassetti commented 7 months ago

Thank you @lppedd , merging

ftomassetti commented 7 months ago

P.S. I will aim to do a release tomorrow