Skip to content

asakusafw/asakusafw-compiler

Repository files navigation

Asakusa Framework Language Project

This project provides a compiler framework for the Asakusa DSL, which includes a pluggable compiler core, runtime libraries, and inspection utilities.

How to build

./mvnw clean package

How to import projects into Eclipse

./mvnw install eclipse:eclipse -DskipTests

And then import projects from Eclipse.

How to build Gradle Plugin

cd gradle
./gradlew clean build [install] [-PmavenLocal]

Sub projects

License