gradle-sablecc-plugin

An Open Source and portable gradle plugin designed to support the SableCC parser generator
Download

gradle-sablecc-plugin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • github.com / T
  • Price:
  • FREE
  • Publisher Name:
  • Shevek

gradle-sablecc-plugin Tags


gradle-sablecc-plugin Description

gradle-sablecc-plugin is an open source plugin for the Gradle software designed especially to create parsers using SableCC, on any operating system where the Java runtime environment is installed. It is well known that SableCC supports automatic CST-to-AST transformation, analysis helpers, and emits visitor patterns. In order to use this Gradle plugin, you will need to create a default configuration that will transform the src/main/sablecc directory into build/generated-sources/sablecc. Below is a real life example: buildscript { dependencies { compile 'org.anarres.gradle:gradle-sablecc-plugin:[1.0.0,)' } } apply plugin: 'sablecc' sablecc { // ... }


gradle-sablecc-plugin Related Software