Removed dependency on matchenv, now we use the new functionality in bsb-native which passes in -bs-D BSB_BACKEND="<backend>" to allow for conditional compilation using the bsc parser. This is not yet syntax that is supported by reason, so these small shim files are written in ocaml.
This PR also relies on a version of reasongl that uses the same trick to put all 3 reasongl packages into one.
Removed dependency on matchenv, now we use the new functionality in bsb-native which passes in
-bs-D BSB_BACKEND="<backend>"
to allow for conditional compilation using the bsc parser. This is not yet syntax that is supported by reason, so these small shim files are written in ocaml.This PR also relies on a version of reasongl that uses the same trick to put all 3 reasongl packages into one.
Yay simplifications.