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

https://github.com/jevko/community

Features Jevko-related things created by various authors
https://github.com/jevko/community

community featuring free jevko minimal open-source parser parsers syntax

Last synced: 3 months ago
JSON representation

Features Jevko-related things created by various authors

Awesome Lists containing this project

README

          

# Jevko community

This repo is the official place (until a better one is figured out) that features various Jevko-related things (including Jevko parsers in different languages) created by various authors.

It favors free and open-source projects. Each project may have a different license, which should be specified in its description.

**Contributions are welcome!**

See also the official [Jevko organization on Codeberg](https://codeberg.org/jevko-org) and the official [/r/jevko subreddit](https://www.reddit.com/r/jevko/).

## Jevko parsers

Parsers which (aim to) implement Jevko according to [the specification](https://jevko.org/spec.html) are marked with :green_circle:.

See [Jevko Parser Test Data](https://codeberg.org/jevko-org/jevko-parser-test-data) for some test data and guidelines on how to make your parser compliant with the spec.

### Haskell

* :green_circle: [jevko](https://github.com/lgastako/jevko) by [lgastako](https://github.com/lgastako); [BSD-3-Clause license](https://github.com/lgastako/jevko/blob/main/LICENSE)

### Nim

* :green_circle: [jevko.nim](https://codeberg.org/torupediron/jevko.nim) by [torupediron](https://codeberg.org/torupediron); [BSD-3-Clause license](https://codeberg.org/torupediron/jevko.nim/src/branch/master/LICENSE)

### C

* [jevko.h](https://gist.github.com/rzuf79/65f05087a611f11ebf2a3b91ea42609a) by [rzuf](https://gist.github.com/rzuf79); unspecified or [MIT License](https://choosealicense.com/licenses/mit/)

## Jevko examples

* [Labeled ordered trees encoded with Jevko and visualized with Dot diagrams](https://github.com/jevko/examples/blob/master/kragen/README.md) by [kragen](http://canonical.org/~kragen/); public domain

* [A few examples](https://github.com/jevko/examples/blob/master/quag/README.md) by [quag](https://github.com/quag); [MIT License](https://choosealicense.com/licenses/mit/)