You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Ruby support #59 has been implemented externally, it would be nice to actually have a Haskell parser, which may be faster, simpler to use, and may be bundled within the JS distribution, making it more portable.
Although Ruby support #59 has been implemented externally, it would be nice to actually have a Haskell parser, which may be faster, simpler to use, and may be bundled within the JS distribution, making it more portable.
The bad news is that there is no
Language.Ruby
package over there.The good news is that https://github.com/whitequark/parser seems to be implemented using yacc - https://github.com/whitequark/parser/blob/master/lib/parser/ruby23.y - and that happy - which we are indirectly using with some of our own parsers - is inspired on it, so perhaps porting the BNF may not be that difficult nor a complete rewrite.
The text was updated successfully, but these errors were encountered: