aphyr / clj-antlr

Clojure bindings for the ANTLR 4 parser
167 stars 32 forks source link

Bump ANTLR to to 4.9.2 #23

Closed moea closed 3 years ago

moea commented 3 years ago

This changes an error I'm having parsing a protobuf file w/ the antlr/grammars-v4 protobuf3 grammar from an internal exception about a null field, to a ParseError, which is progress. All the tests still pass. I'll try to come up with a failing test for my particular case.

moea commented 3 years ago

Never mind about the test, the version bump alone fixes the issue.

aphyr commented 3 years ago

Works for me!

aphyr commented 3 years ago

0.2.10 now on Clojars!