marcohu / rules_antlr

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

Experimental support for Rust #18

Open vmax opened 2 years ago

vmax commented 2 years ago

Experimental support for Rust based compiler from here (runtime can be found here)

Due to an issue in rules_rust, we need to output a set of *.rs files instead of a directory with those file (as rest of the implementations do)