Skip to content

Expose the main Parsec combinators from the library#57

Open
ezrakilty wants to merge 3 commits intomasterfrom
expose-parsers
Open

Expose the main Parsec combinators from the library#57
ezrakilty wants to merge 3 commits intomasterfrom
expose-parsers

Conversation

@ezrakilty
Copy link
Contributor

Following #56, this is a proposal to expose a couple of main Parsec parsers so that users can compose further combinators on top of them.

My inclination is to be conservative and start small in terms of which parsers we expose.

Note also I exposed the existing parsers under new names, so that
(a) they match the corresponding parseX functions, and
(b) they have ...Parser in their names so they're easily identified as Parsec items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant