Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • master protected
  • kristin_optim_test
  • 3.9.0
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.1
  • 3.4.0
  • 3.3.3
  • 3.3.2
  • 3.3.0
  • 3.2.14
  • 3.2.13
  • 3.2.12
16 results

sablecc-stups

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jens Bendisposto authored
    7e7b9b56
    History

    SableCC 3.2 - STUPS version

    This work is based on SableCC 3.2 by Etienne Gagnon.

    Our version of SableCC enriches the abstract syntax tree with information about tokens. Contributors to the extension of SableCC are:

    • Fabian Fritz
    • Marc Büngener
    • Jens Bendisposto

    The authors of the SabelCC version this work is based on are listed in the AUTHORS file.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    License

    This derived work is like SableCC covered by the GNU Lesser General Public License. You can view the copyright notice and the exact terms of the license in the files LICENSE, AUTHORS and COPYING-LESSER.

    Building

    • Clone the repository
    • Run the deploy target using gradle. If you don't have gradle installed, you can use the gradlew wrapper scripts, e.g., under Linux use './gradlew deploy'
    • The binary is located in the build/libs subdirectory.

    Documentation

    You can find complete and detailed documentation on the SableCC framework and syntax at the site http://sablecc.org/documentation.html