AshwinJay / diesel

DSL experiments on the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diesel

DSL experiments on the JVM

Diesel is a small project that explores various ways to create a mini-DSL for the JVM. More details here.

The idea is to use existing tools/libraries to whip up a quick DSL without having to write a full blown ANTLR or Parboiled grammar.

Current list of experiments include:

License of project code: MIT - Simpler explanation

License of libraries: Please visit their respective websites for license details

About

DSL experiments on the JVM


Languages

Language:Java 90.8%Language:Groovy 9.2%