Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/kotlin-peg
Yet another parser combinator library for Kotlin
https://github.com/ktakashi/kotlin-peg
Last synced: 13 days ago
JSON representation
Yet another parser combinator library for Kotlin
- Host: GitHub
- URL: https://github.com/ktakashi/kotlin-peg
- Owner: ktakashi
- License: apache-2.0
- Created: 2023-07-19T12:41:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T09:09:47.000Z (about 1 year ago)
- Last Synced: 2024-10-06T01:21:45.869Z (about 1 month ago)
- Language: Kotlin
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kotlin PEG
==========Yet another parser combinator for Kotlin. The library is inspired by
`(peg)` library from Sagittarius Scheme, which is inspired `parser.peg`
from Gauche.The goal of this library is to make parsers look like ABNF (or PEG).