ocaml / flexdll

a dlopen-like API for Windows
Other
98 stars 30 forks source link

Added -arg,-arg0 functions like in ocaml. #31

Closed bschommer closed 6 years ago

bschommer commented 7 years ago

This allows the usage of -arg and -arg0 like for the ocaml compiler.

I will also submit a PR against ocaml such that the ocaml compiler prints the arguments using write_arg0.

alainfrisch commented 6 years ago

Thanks, merged. (Finally!)