antlrworks2 icon indicating copy to clipboard operation
antlrworks2 copied to clipboard

Tunnel Vision Labs' ANTLRWorks 2 IDE

Results 27 antlrworks2 issues
Sort by recently updated
recently updated
newest added

How does one get the antlrworks2 project to build? I'm afraid I don't see any documentation in the repo for it. I've cloned the repo and opened the `antlrworks2` project...

Hi! Over on the ANTLRWorks2 web site at http://tunnelvisionlabs.com/products/demo/antlrworks, the download link is for version 2.1, which is a few years old. Is that the version regular users should be...

I use this plugin Editor Actions in Apache NetBeans 10. It works quite well, adding lines above and below. But when I try to use it inside a Java file,...

Regarding NetBeans setup, I found this which worked well: https://groups.google.com/forum/#!topic/antlr-discussion/A7wtqcN_c0s

What about move ANTLRWorks2 to Visual Studio Code?

Hello, I'm using antlrworks2 version 2.1. When I try to run testrig on any grammar file and input file, I get the following exception in the notification window, and from...

bug

1. Press Enter before the `=`. 2. Press Enter after the `=`. ``` antlr lexer grammar TestLexer; import ImportedS=S; ``` :question: For each of the two described cases, what should...

enhancement
question

Press Enter between the `+` and `=` characters of the `+=` operator. ``` antlr someRule : label+='x'* ; ```

bug

Press Enter anywhere between `int` and the `]` character. ``` antlr someRule returns [int x = 3, String y = "foo"] : 'x' ; ```

bug