Skip to content
Snippets Groups Projects
Select Git revision
  • 0da3e3a7c8ac09d4ae4ea0bfe540d80e9fdbf2b1
  • 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
17 results

sablecc-stups

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Jens Bendisposto authored
    0da3e3a7
    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 this vrsion of SableCC are:

    Fabian Fritz Marc Büngener Jens Bendisposto

    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