Factor out `Tokens` and `Language`
jamesdbrock opened this issue · 1 comments
jamesdbrock commented
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
jamesdbrock commented
In 2016 Dennis Gosnell wanted to use the features of Language in a PureScript project. Based on these two observations
- purescript-parsing is a port of Parsec
Languageis 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