You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking out v0.3 branch of this project and re-building it using my version of antlr4-4.8-2-SNAPSHOT-complete.jar I got the same errors when running cargo test as in my parser test . What would be the correct version of antlr4-4.8-2-SNAPSHOT-complete.jar to work with v0.3 branch?
I'm not sure if my build environment is set up properly when I get the errors below.
Cargo.toml
A script that generates rust code from a grammar file:
antlr4-4.8-2-SNAPSHOT-complete.jar
is built fromrust-target
branch.Tool chain is nightly:
I had to add
#![feature(try_blocks)]
tomain.rs
to disable twotry expression is experimental
errors:parsers/mod.rs
:Any help on how to properly setup a working build environment would be greatly appreciated.
The text was updated successfully, but these errors were encountered: