intellij-plugin-v4
intellij-plugin-v4 copied to clipboard
An IntelliJ plugin for ANTLR v4
Sam says: in the IDE extend ProfilingATNSimulator. override getTargetState and computeTargetState (or something like that), along with the corresponding method that's used in LL parsing. look in ProfilingATNSimulator for the...
I have a rule that I suspect is nullable but it's very complicated and I can't be sure.
it would be helpful to generate graphviz output not just png, pdf for parse trees.
E.g., if we highlight an ID, it should show all id in preview input matched by that specific grammar element.
literals in [a-z]+ get one color, literal punctuation another. common things like ‘…’ and “…” too.
As we test rules within the preview input window, we could record good input to parse tree matches with a button that then remembered the information and could later generate...
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...