brson / miri

An experimental compiler from Rust to WebAssembly (inactive - do not use)
Apache License 2.0
209 stars 15 forks source link

Use getopts for command line parsing #37

Closed eholk closed 8 years ago

eholk commented 8 years ago

This is using the rustc private version of getopts. It'd probably be better to use the Cargo version, but we're probably okay since the ultimate goal is to be another rustc backend.

brson commented 8 years ago

Thanks @eholk !