ocaml-stdint
ocaml-stdint copied to clipboard
ppx extension for literals
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"
I had the same need and wrote a small PPX rewriter to do just that