asakusafw / asakusafw-compiler

Asakusa Framework Language Toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asakusa Framework Language Toolset

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Groovy 1.0%Language:Shell 0.0%