ocaml-stdint icon indicating copy to clipboard operation
ocaml-stdint copied to clipboard

ppx extension for literals

Open vzaliva opened this issue 8 years ago • 1 comments

It would be nice to have a ppx extension which would provide a way to use literals. It is clumsy to write things like Int32.of_string "0xffffffff"

vzaliva avatar Feb 18 '18 07:02 vzaliva

I had the same need and wrote a small PPX rewriter to do just that

Firobe avatar Jul 24 '21 22:07 Firobe