https://github.com/s3b4s/html-monparser
An HTML parser implemented using the monadic parser monpar.
https://github.com/s3b4s/html-monparser
functional-programming parser parsing
Last synced: 8 months ago
JSON representation
An HTML parser implemented using the monadic parser monpar.
- Host: GitHub
- URL: https://github.com/s3b4s/html-monparser
- Owner: S3B4S
- Created: 2021-09-15T18:59:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T19:16:38.000Z (about 4 years ago)
- Last Synced: 2025-01-28T13:49:51.175Z (10 months ago)
- Topics: functional-programming, parser, parsing
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML-Monparser
An HTML parser implemented using the monadic parser [monpar](https://github.com/S3B4S/monpar).