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.1


Group ID:
com.github.kmizu
Artifact ID:
pegex_2.13
Version:
1.0.1
Release Date:
Oct 16, 2019
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.kmizu</groupId>
  <artifactId>pegex_2.13</artifactId>
  <version>1.0.1</version>
</dependency>

compile group: 'com.github.kmizu', name: 'pegex_2.13', version: '1.0.1'