purescript-contrib / purescript-string-parsers

A parsing library specialized to handling strings
MIT License
43 stars 21 forks source link

Port Parsing.Indent, Parsing.Token? #97

Open srghma opened 1 month ago

srghma commented 1 month ago

Is your change request related to a problem? Please describe.

does it makes sense to port these modules?

  1. https://github.com/purescript-contrib/purescript-parsing/blob/main/src/Parsing/Indent.purs
  2. https://github.com/purescript-contrib/purescript-parsing/blob/main/src/Parsing/Token.purs
  3. other modules?
jamesdbrock commented 1 month ago

In my opinion these modules should be a separate package.

https://github.com/purescript-contrib/purescript-parsing/issues/226