Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmizu/kotbinator
- Owner: kmizu
- License: mit
- Created: 2016-02-27T09:21:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T02:07:32.000Z (about 5 years ago)
- Last Synced: 2024-08-01T16:33:20.205Z (3 months ago)
- Language: Kotlin
- Size: 6.88 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)