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

https://github.com/mbarbin/parsing-utils

Making it easier to use generated Parsers/Lexers
https://github.com/mbarbin/parsing-utils

Last synced: about 1 year ago
JSON representation

Making it easier to use generated Parsers/Lexers

Awesome Lists containing this project

README

          

# parsing-utils

[![CI Status](https://github.com/mbarbin/parsing-utils/workflows/ci/badge.svg)](https://github.com/mbarbin/parsing-utils/actions/workflows/ci.yml)

A library to make it easier to use generated Parsers/Lexers.

## Code Documentation

The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/parsing-utils).

## Examples & tests

As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.