rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
398 stars 70 forks source link

Build instructions are not correct for V0.3 prerelease #52

Closed newca12 closed 1 year ago

newca12 commented 2 years ago

You seem to have forgot that your antlr fork still contain and old pointer for the git submodule Rust@76d0a7d You should update it or add instruction to update it : git submodule update --remote --merge Actually a user following your instructions will have a hard way to understand what is wrong with the generated code but nothing will work. (Beside that, i have done some extensive tests with V0.3 prerelease and everything is fine, good job thanks)