Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 760 Bytes

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