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

https://github.com/simonhaines/packrat

A small library of parsing combinators and syntax for defining parsers based on the portable packrat parsing library by Tony Garnock-Jones.
https://github.com/simonhaines/packrat

parser-combinators racket

Last synced: 4 months ago
JSON representation

A small library of parsing combinators and syntax for defining parsers based on the portable packrat parsing library by Tony Garnock-Jones.

Awesome Lists containing this project

README

          

# Packrat: Simple Packrat Parsing

This Racket package provides a small library of parsing combinators and a syntax for defining parsers based on the portable packrat parsing library by Tony Garnock-Jones: (http://www.lshift.net/~tonyg/packrat.pdf).

This package is available on the [Racket Package Catalog](https://pkgs.racket-lang.org/package/Packrat) which includes extensive [documentation](https://docs.racket-lang.org/packrat/index.html).