Skip to content

rules_antlr 0.3.0

Compare
Choose a tag to compare
@marcohu marcohu released this 05 Jan 20:38
· 30 commits to master since this release

Update for Bazel 2.0 (and possibly some earlier releases, but it has only been tested with 2.0).

  • Obey best practices for rule naming: file and macro names for dependency loading have changed. You now have to use load("//antlr:repositories.bzl", "rules_antlr_dependencies")
  • Switched to semantic versioning for dependency loading instead of integer versions: rules_antlr_dependencies("4.7.2")
  • An ANTLR version is now required for dependency loading
  • Dependency loading for C++ and Python has been added. Constants are provided for the supported languages : rules_antlr_dependencies("4.7.2", CPP, PYTHON)
  • C/C++ headers are automatically propagated
  • Switched to Stardoc for documentation