Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor out Tokens and Language #226

Open
jamesdbrock opened this issue Apr 29, 2023 · 1 comment
Open

Factor out Tokens and Language #226

jamesdbrock opened this issue Apr 29, 2023 · 1 comment

Comments

@jamesdbrock
Copy link
Member

jamesdbrock commented Apr 29, 2023

Proposal: Move the Parsing.Tokens and Parsing.Language modules out into a separate package purescript-parsing-language.

I don't know why we even have the Haskell and Java parsers included with this library. They feel like they belong in some companion package

#142 (comment)

@jamesdbrock
Copy link
Member Author

In 2016 Dennis Gosnell wanted to use the features of Language in a PureScript project. Based on these two observations

  1. purescript-parsing is a port of Parsec
  2. Language is a Parsec module

he added Language and Tokens modules to purescript-parsing.

Now he can’t remember what the project was.

Here is a GitHub search for Parsing.Language

Here is a GitHub search for Parsing.Token

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

No branches or pull requests

1 participant