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.
- Host: GitHub
- URL: https://github.com/simonhaines/packrat
- Owner: simonhaines
- License: mit
- Created: 2019-05-25T03:39:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T00:28:29.000Z (almost 7 years ago)
- Last Synced: 2025-10-20T14:54:27.326Z (8 months ago)
- Topics: parser-combinators, racket
- Language: Racket
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).