ocaml-ppx / ppxlib

Base library and tools for ppx rewriters
MIT License
244 stars 94 forks source link

Generate binary AST on the fly in stdin input driver test #474

Closed NathanReb closed 5 months ago

NathanReb commented 5 months ago

The point of this test is not to ensure we can read binary ASTs from a different version than the one the driver is compiled with. There is already another test for this use case.