marcohu / rules_antlr

ANTLR rules for Bazel
Apache License 2.0
26 stars 36 forks source link

Support different ANTLR release versions #7

Closed marcohu closed 5 years ago

marcohu commented 5 years ago

Instead of shipping each rule only with a single ANTLR dependency, it would be better to bundle several releases and let the user pick one. This way updating to a new rules_antlr release would be possible without having to care about the dependencies.

Instead of just

antlr_dependencies(4)

also support the more specific

antlr_dependencies(471)