Parser.y rewrite with parser combinators
Alan & Kim Zimmerman
alan.zimm at gmail.com
Mon Oct 8 22:06:36 UTC 2018
I am not against this proposal, but want to raise a possible future
concern.
As part of improving the haskell tooling environment I am keen on making
GHC incremental, and have started a proof of concept based in the same
techniques as used in the tree-sitter library.
This is achieved by modifying happy, and requires minimal changes to the
existing Parser.y.
It would be unfortunate if this possibility was prevented by this rewrite.
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20181009/3098ad73/attachment.html>
More information about the ghc-devs
mailing list