kmizu / macro_peg   0.1.0

BSD 3-clause "New" or "Revised" License GitHub

Macro PEG: PEG with macro-like rules

Scala versions: 2.13 2.12 2.11

macro_peg 0.0.9


Group ID:
com.github.kmizu
Artifact ID:
macro_peg_2.11
Version:
0.0.9
Release Date:
Apr 7, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.8
Developers:

libraryDependencies += "com.github.kmizu" %% "macro_peg" % "0.0.9"

Mill build tool

ivy"com.github.kmizu::macro_peg:0.0.9"

Scala CLI

//> using dep "com.github.kmizu::macro_peg:0.0.9"

Ammonite REPL

import $ivy.`com.github.kmizu::macro_peg:0.0.9`

<dependency>
  <groupId>com.github.kmizu</groupId>
  <artifactId>macro_peg_2.11</artifactId>
  <version>0.0.9</version>
</dependency>

compile group: 'com.github.kmizu', name: 'macro_peg_2.11', version: '0.0.9'