https://github.com/zenhack/unison-parsers
Parser combinator library in Unison
https://github.com/zenhack/unison-parsers
parser-combinators unison unison-language
Last synced: about 2 months ago
JSON representation
Parser combinator library in Unison
- Host: GitHub
- URL: https://github.com/zenhack/unison-parsers
- Owner: zenhack
- Created: 2019-08-09T16:52:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T20:38:03.000Z (over 5 years ago)
- Last Synced: 2025-02-03T13:45:10.388Z (3 months ago)
- Topics: parser-combinators, unison, unison-language
- Language: Roff
- Size: 3.24 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIP parser combinator library for unison.
The library itself is in the .parsers namespace. There are also some
basic predicates and utility functions on characters in the .ascii
namespace, which should probably be pushed into the stdlib, once there's
a process for doing that. Finally there is a .json namespace that
includes a WIP JSON parser, with at least one known bug. This is the
best example code that exists currently.You will need to be running unison master in order to use this; it
depends on a `Char` builtin that was added after alpha release.Note that this is poorly tested; please report bugs, but also expect
them for now.