opensource software
ANTLRWorks
Products:
IntelliJ IDEA,
Android Studio
Vendor:
ANTLR Project
Email:
N/A
Website:
N/A
License:
license url
Description:
ANTLRWorks is a grammar development environment for ANTLR v3 grammars. It combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. ANTLRWorks helps eliminate grammar nondeterminisms, one of the most difficult problems for beginners and experts alike, by highlighting nondeterministic paths in the syntax diagram associated with a grammar. ANTLRWorks' goal is to make grammars more accessible to the average programmer, improve maintainability and readability of grammars by providing excellent grammar navigation and refactoring tools, and address the most common questions and problems encountered by grammar developers
Downloads: 26734
Rating:
Participated in rating: 12
Recent change notes:
Version 1.3.1 - 11/17/2009
Bug fix:
[AW-256] - NPE when attempting to debug
[AW-257] - Issue parsing IntelliJ build number
[AW-258] - Use UTF-8 encoding for debug input file
Comments:
I get a NoSuchMethodException
This is on OS X 10.6.8 with IDEA 10.5.2 build 107.587 on JDK 1.6.0_26.
null
java.lang.NullPointerException
at org.antlr.works.components.editor.ComponentEditorGrammar.hideProgress(ComponentEditorGrammar.java:1357)
at org.antlr.works.grammar.CheckGrammar.close(CheckGrammar.java:51)
at org.antlr.works.menu.ActionGenerate.checkGrammarDidEnd(ActionGenerate.java:209)
at org.antlr.works.grammar.CheckGrammar.run(CheckGrammar.java:77)
at java.lang.Thread.run(Thread.java:680)
Note that it's the exact same stacktrace as the previous issue in spite of the differences in OS...
When generating the code from the grammar (I use the Expr example from antlr site) the code generated and the Intellij idea reported on:
null
java.lang.NullPointerException
at org.antlr.works.components.editor.ComponentEditorGrammar.hideProgress(ComponentEditorGrammar.java:1357)
at org.antlr.works.grammar.CheckGrammar.close(CheckGrammar.java:51)
at org.antlr.works.menu.ActionGenerate.checkGrammarDidEnd(ActionGenerate.java:209)
at org.antlr.works.grammar.CheckGrammar.run(CheckGrammar.java:77)
at java.lang.Thread.run(Thread.java:619)
when trying to debug the generated code I got timeout all the time (time-out connect...). I am running on win XP and I have no firewall running
I am a liontooth eater, and i like your programm very well. But I am on the woodway, please help
Thanks a lot!