errpy
errpy copied to clipboard
An Error-Recovering Parser for Python
Fixes https://github.com/facebook/errpy/issues/4 I'm not sure if this is correct for a multi-target CICD though. At the moment it just looks into the Rust build output and copies the `.so` or...
The command here: https://github.com/facebook/errpy/blob/main/README.md?plain=1#L46 fails due to https://github.com/ocaml/opam/issues/3460 I locally worked around it by modifying the `opam` sandbox script but there may be a better solution to this. Could we...
I would think that this is a good thing to add as it allows reproducible builds. When I first tried to build this package, I wasn't sure if there was...
If I try to run the executable of this library as bytecode, I get the following: ``` ◦ dune exec ./parse_and_print.bc File "dune", line 35, characters 7-22: 35 | (name...