Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmizu/kotbinator

Parser Combinator Library in Kotlin
https://github.com/kmizu/kotbinator

Last synced: 13 days ago
JSON representation

Parser Combinator Library in Kotlin

Awesome Lists containing this project

README

        

# kotbinator

[![Build Status](https://travis-ci.org/kmizu/kotbinator.png?branch=master)](https://travis-ci.org/kmizu/kotbinator)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.kmizu/kotbinator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.kmizu/kotbinator)
[![Dokka](http://javadoc-badge.appspot.com/com.github.kmizu/kotbinator.svg?label=javadoc)](http://javadoc-badge.appspot.com/com.github.kmizu/kotbinator/index.html)
[![Reference Status](https://www.versioneye.com/java/com.github.kmizu:kotbinator/reference_badge.svg?style=flat)](https://www.versioneye.com/java/com.github.kmizu:kotbinator/references)

Parser Combinator Library in Kotlin (0.1).

Note that this library is yet experimental. Don't use it in production.

# Usage

## For gradle user

Add the following line to build.gradle:

```groovy
dependencies {
compile "com.github.kmizu:kotbinator:0.1"
}

```

See [example](https://github.com/kmizu/kotbinator/blob/master/src/main/kotlin/com/github/kmizu/kotbinator/example/Main.kt)