Пакет jtb: Информация

    Исходный пакет: jtb
    Версия: 1.3.2-alt2_2jpp5
    Собран:  12 мая 2010 г. 19:18
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://compilers.cs.ucla.edu/jtb/

    Лицензия: BSD-style
    О пакете: Java Tree Builder
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    jtb (noarch)
    jtb-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. /proc
      2. jpackage-compat
      3. jpackage-utils >= 0:1.7.4
      4. ant >= 0:1.6.5

    Последнее изменение


    12 мая 2010 г. Igor Vlasenko 0:1.3.2-alt2_2jpp5
    - fixes for java6 support
    5 января 2009 г. Igor Vlasenko 0:1.3.2-alt1_2jpp5
    - fixed docdir ownership
    29 сентября 2008 г. Igor Vlasenko 0:1.3.2-alt1_1jpp5
    - converted from JPackage by jppimport script