Strumenta / antlr-kotlin

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

Correctly read bytes from a ReadableByteChannel #110

Closed lppedd closed 9 months ago

lppedd commented 9 months ago

Plus cleaned up the class.

Closes: #38 Closes: #104

ftomassetti commented 9 months ago

Looks great, I will try to put at least some initial GitHub action in place quickly so we can check other PRs

lppedd commented 9 months ago

Yeah, you can have a check on Linux which simply uses the build task.
Not sure if you can split building from testing using Actions, but it would be great!

ftomassetti commented 9 months ago

Yes, I can do that. I will create separate actions changing #111