mirror of
https://github.com/rowtype-yoga/purescript-parsing-dataview.git
synced 2024-11-29 10:34:13 +03:00
1.1 KiB
1.1 KiB
purescript-parsing
The module Text.Parsing.Parser.DataView
provides primitive parsers for parsing
DataViews on Javascript ArrayBuffers with the package
purescript-parsing.
This module brings purescript-parsing into rough feature parity with Megaparsec:
Built-in stream support | purescript-parsing | Megaparsec |
---|---|---|
UTF-16 strings | String | Text |
Listy strings | Token | String |
Binary blobs | DataView | Bytestring |
Installation
bower install purescript-parsing-dataview
Documentation
- See the tests for some example usages.
- Module documentation is published on Pursuit.