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

    Исходный пакет: sablecc
    Версия: 3.2-alt3_2jpp5
    Собран:  12 мая 2010 г. 21:20
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.sablecc.org/

    Лицензия: LGPL
    О пакете: Sable Research Group's Compiler Compiler
    Описание: 
    SableCC is an object-oriented framework that generates compilers (and
    interpreters) in the Java programming language. This framework is based
    on two fundamental design decisions. Firstly, the framework uses
    object-oriented techniques to automatically build a strictly typed
    abstract syntax tree that matches the grammar of the compiled language
    and simplifies debugging. Secondly, the framework generates tree-walker
    classes using an extended version of the visitor design pattern which
    enables the implementation of actions on the nodes of the abstract
    syntax tree using inheritance. These two design decisions lead to a tool
    that supports a shorter development cycle for constructing compilers.

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

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

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

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

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


    12 мая 2010 г. Igor Vlasenko 0:3.2-alt3_2jpp5
    - fixes for java6 support
    22 февраля 2010 г. Igor Vlasenko 0:3.2-alt2_2jpp5
    - use default jpp profile
    6 сентября 2008 г. Igor Vlasenko 0:3.2-alt2_1jpp5
    - converted from JPackage by jppimport script