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

bitstring should have a -ppx frontend #27

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment
Open

bitstring should have a -ppx frontend #27

GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Supporting a ppx frontend to the syntax extension ( see eg. 
http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/ for 
a presentation of ppx ) would make it easier to work with new OCaml tooling, 
such as the Merlin editor assistant. A bitstring user recently enquired about 
bitstring support, and upstream's answer was that a ppx frontend would work 
better with Merlin:

  https://github.com/the-lambda-church/merlin/issues/358#issuecomment-75368160 

(Some people have expertise porting camlp4 extension to ppx and might be 
willing to help; you could consider sending a request to caml-list.)

Original issue reported on code.google.com by [email protected] on 21 Feb 2015 at 1:04

@GoogleCodeExporter
Copy link
Author

I gave a shot at it for the match operator: 
https://github.com/xguerin/ppx_bitstring . Please let me know if you have any 
comment and/or if you want to merge it. I plan to do the same for the builder.

Original comment by [email protected] on 8 Mar 2015 at 1:58

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

No branches or pull requests

1 participant