ANTLRWorks Changelog

What's new in ANTLRWorks 2.1

Feb 6, 2014
  • Includes many bug fixes and supports ANTLR 4.1.
  • ANTLR 4.1
  • ANTLR 4.1-opt
  • ANTLR 3.5
  • StringTemplate 4.0.7

New in ANTLRWorks 1.4.1 (Dec 3, 2010)

  • TJP updated to compile with ANTLR 3.3.

New in ANTLRWorks 1.4 (May 10, 2010)

  • Errors highlighting speed improvement

New in ANTLRWorks 1.3.1 (Nov 18, 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.

New in ANTLRWorks 1.3 (Sep 27, 2009)

  • Bug fix:
  • [AW-223] - NullPointerException when closing ANTLRWorks.
  • [AW-230] - cast exception with left recursive grammar.
  • [AW-244] - syntax error causes AW to crash.
  • [AW-228] - Generated classes are not placed into directories according to package declarations.

New in ANTLRWorks 1.3 Beta (Aug 19, 2009)

  • New Grammar Wizard.
  • StringTemplate Editor.
  • Custom test rig.
  • Run an input directly on the grammar.

New in ANTLRWorks 1.2.3 (Mar 18, 2009)

  • Bug fix:
  • [AW-196] - "Show Decision DFA" gives NullPointerException.
  • [AW-197] - NPE when running the interpreter with a project with no associated file on the disk.
  • [AW-198] - Debug does not work when the parser is declared to be in a package.
  • [AW-202] - Generating the code doesn't work if an error is in the grammar but the generation thread already started.
  • [AW-204] - Cannot generate grammar on Windows when file starts with a volume name.
  • [AW-215] - Syntax diagrams don't work for composite grammar.
  • Improvement:
  • [AW-218] - Select sub-grammar if it is already opened in some grammar window when trying to open it in a stand-alone window.

New in ANTLRWorks 1.2.2 (Nov 17, 2008)

  • Bug fix:
  • [AW-165] - Position history may fail if previous position does not exist anymore in the document
  • [AW-178] - Invalid tree rewrite syntax
  • [AW-182] - Console is not displaying twice the error message from ANTLR
  • [AW-184] - Can't generate syntax diagrams
  • [AW-185] - Plugin doesn't work with IntelliJ 8
  • [AW-186] - Duplicate classes found in resulting jar file
  • [AW-189] - Index out of bound when specifying ANTLR options starting with a white space
  • [AW-191] - Recursive error dialog if generated file is removed while displayed in the editor
  • [AW-173] - Don't generate the code again if it is already generating it
  • [AW-192] - Interpreter rules pop-up should reflect sorting of the rule tree in the main editor
  • Improvement:
  • [AW-27] - Add support to debug tree grammar from within ANTLRWorks.

New in ANTLRWorks 1.2.1 (Oct 2, 2008)

  • Incorporates ANTLR v3.1.1.

New in ANTLRWorks 1.2 (Sep 1, 2008)

  • Cannot paste text on the debugging input panel if grammar is read-only.
  • Cannot paste text into interpreter when file is read-only.
  • Remove ErrorListener from current thread.
  • Console of the current editor is not set when the frame is activated.
  • Remove prefs for last used symbol in debugger.
  • Quote a path with white space only on Windows when executing a shell command.