kmizu / pegex   1.0.1

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

A PEG-based pattern matching library EXtended by back reference with regex-like notation in Scala

Scala versions: 2.13 2.12 2.11

pegex 1.0.0


Group ID:
com.github.kmizu
Artifact ID:
pegex_2.11
Version:
1.0.0
Release Date:
Jul 24, 2019
Licenses:
MIT
Files:

libraryDependencies += "com.github.kmizu" %% "pegex" % "1.0.0"

Mill build tool

ivy"com.github.kmizu::pegex:1.0.0"

Scala CLI

//> using dep "com.github.kmizu::pegex:1.0.0"

Ammonite REPL

import $ivy.`com.github.kmizu::pegex:1.0.0`

<dependency>
  <groupId>com.github.kmizu</groupId>
  <artifactId>pegex_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.kmizu', name: 'pegex_2.11', version: '1.0.0'