Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stchang/parsack
A basic Parsec-like monadic parser combinator library implementation in Racket.
https://github.com/stchang/parsack
Last synced: 27 days ago
JSON representation
A basic Parsec-like monadic parser combinator library implementation in Racket.
- Host: GitHub
- URL: https://github.com/stchang/parsack
- Owner: stchang
- License: mit
- Created: 2013-07-22T22:46:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:52:37.000Z (about 2 years ago)
- Last Synced: 2024-11-05T22:04:16.761Z (2 months ago)
- Language: Racket
- Size: 779 KB
- Stars: 50
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-racket-and-scheme - parsack - like monadic parser combinator library implementation in Racket. (Racket / Languages)
README
parsack
=======[![Build Status](https://travis-ci.org/stchang/parsack.svg?branch=master)](https://travis-ci.org/stchang/parsack)
A basic Parsec-like monadic parser combinator library implementation in Racket.
[documentation](http://pkg-build.racket-lang.org/doc/parsack/index.html)
---
Copyright © 2013-2015 Stephen Chang
Licensed under the MIT License. See LICENSE.