development/java

jtb - Java Tree Builder

Website: http://compilers.cs.ucla.edu/jtb/
License: BSD-style
Vendor: JPackage Project
Description:
JTB is a syntax tree builder to be used with the Java Compiler
Compiler (JavaCC) parser generator.  It takes a plain JavaCC
grammar file as input and automatically generates the following:
* A set of syntax tree classes based on the productions in the
  grammar, utilizing the Visitor design pattern.
* Two interfaces: Visitor and GJVisitor.  Two depth-first
  visitors: DepthFirstVisitor and GJDepthFirst, whose default
  methods simply visit the children of the current node.
* A JavaCC grammar jtb.out.jj with the proper annotations to
  build the syntax tree during parsing.

Packages

jtb-1.3.2-2.jpp5.noarch [221 KiB] Changelog by Will Tatam (2008-12-08):
- Auto rebuild for JPackage 5 in mock
jtb-1.3.2-2.jpp5.src [242 KiB] Changelog by Will Tatam (2008-12-08):
- Auto rebuild for JPackage 5 in mock

Listing created by Repoview-0.6.6-5.mga4.tainted