Certiv Analytics

Certiv Analytics

Innovative Legal Analysis Tools

AntlrDT

Available only under these terms:

  • License:  A personal right to use, as is, and nothing more; distribution of any component or part to any other person or entity is specifically prohibited. 
  • Warranties:  Absolutely none of any cognizable nature including MERCHANTABILITY and/or FITNESS FOR ANY GENERAL OR SPECIFIC PURPOSE OR USE.  In fact, be forewarned that use of this software will fail, will likely cause failures in other software, and will likely result in the loss of data.
  • If you use this software, then you agree to these terms.

Version 1.2.0

Version 1.2.0 (10.10.2009):

  • Initial grammar formatter implementation
  • Improved Visualization of parser execution: now has linear resource requirements (removed stack size limitations)
  • Added thumbnail navigation control for Visualization View
  • Added automatic ASTLableType resolution: ASTView and Visualization now now support specification of a custom ASTLableType in the grammar options block
  • Improved ASTView error messages
  • Updated to ANTLR v3.2/StringTemplate v3.2
  • Upgraded for Eclipse 3.5.1/DLTK 1.0.1/Zest 1.1.1
  • Refactored internals

Version 1.0.0

Version 1.0.0 (07.12.2009):

  • Upgraded for Eclipse 3.5/DLTK 1.0.0
  • Minor bug fixes

Version 0.9.2

Version 0.9.2 (06.08.2009):
Version 0.9.0 (05.22.2009):

  • Further improvements to ASTView
  • Minor bug fixes

Version 0.8.0

Version 0.8.0 (05.09.2009):

  • Improved presentation of AST structure
  • Removed dependence on open/active editor for AST rebuilds
  • UI presentation improvements

Version 0.7.0

Version 0.7.0 (04.12.2009):

  • Implemented live AST View
    • shows actual parser generated AST tree
    • lists actual token stream
    • lists all parser run-time errors
  • Updated to Antlr 3.1.3 for static grammar analysis and code generation
  • Enabled project specific builder option
  • Generated resources are marked derived
  • Fixed 'off by one line' error marking
  • Misc bug fixes