Closed tfindlay-au closed 5 months ago
You are correct, there must be a version lock that is required here. The T0 token is a comma, so changing vbaLexer.T0 to vbaLexer.COMMA may also fix it.
I’ve identified a version of antlr4_VBA for which the main branch runs without error. I’d suggest testing the dev branch as welll since that’s where things will be heading. Since this is just a hobby project, I can’t guarantee that I’ll be working on it again any time soon.
Possible version compatibility issue with vba_linter 0.4 and antlr4_vba 0.0.62
May need to version lock the dependency or just deprecate the properties for backward compatability.
For reference, pip installed them as follows: