rules_antlr icon indicating copy to clipboard operation
rules_antlr copied to clipboard

ANTLR rules for Bazel

Results 13 rules_antlr issues
Sort by recently updated
recently updated
newest added

Im noticing that there have been no updates to this repo in almost 2 years, and issues/prs dont seem to be addressed. wondering if the repo is still maintained, or...

This is an attempt to make multiple rules_antlr invocations work without sandboxing (eg on Windows, where there's no sandbox). Test with --spawn_strategy=local. Before, the AntlrRules.java code would fail, as it'd...

Seems that ANTLR 4.9.x is not in the list of supported versions.

Experimental support for Rust based compiler from [here](https://github.com/rrevenantt/antlr4/tree/rust-target) (runtime can be found [here](https://github.com/rrevenantt/antlr4rust)) Due to [an issue in `rules_rust`](bazelbuild/rules_rust#963), we need to output a set of `*.rs` files instead of...

this PR updates #14 `4.9.1` -> `4.9.2`

The src jars are not deterministically generated, as the jars include modified timestamps. Please consider using something like bazel's javatools's jarcreator. https://github.com/thomasbao12/rules_antlr/commit/f845d766a8b6d70357cd57fbe2dbb048d21d2fda Note that the above change makes the jar's...

Did the repo https://github.com/marcohu/stardoc_templates.git repo get marked private recently? I was trying to build your repo and it failed due to that repo being missing. I worked around it by...

The file paths that are passed to ANTLR end up in the generated output so using absolute paths breaks caching. --- This PR makes it so that the relative paths...