Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malob/purescript-mercury-parser
A PureScript wrapper for Mercury Parser
https://github.com/malob/purescript-mercury-parser
mercury-parser purescript
Last synced: about 2 months ago
JSON representation
A PureScript wrapper for Mercury Parser
- Host: GitHub
- URL: https://github.com/malob/purescript-mercury-parser
- Owner: malob
- Created: 2020-05-04T18:58:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:33:51.000Z (about 2 years ago)
- Last Synced: 2024-10-12T00:28:58.276Z (2 months ago)
- Topics: mercury-parser, purescript
- Language: PureScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# A PureScript Mercury Parser wrapper
This is an early stage implementation of a PureScript wrapper for the [Mercury Parser](https://github.com/postlight/mercury-parser) v2.2.0.
Basic functionality including parsing with basic options changed works reliably.
Note that since package is still in early development so the API might change in drastic ways.
See "wrapper implementation notes" in the documentation for information about implementation details and functionality that has not been implemented or fully tested yet, in particular on `ParserOptions`, `CustomParser`, and `ContentExtractor`.