[m-users.] Adding a command line option

Peter Wang novalazy at gmail.com
Sat Jul 27 11:53:53 AEST 2013


On Sat, 27 Jul 2013 01:39:50 +0100, Mark Green <mgreen at brookes.ac.uk> wrote:
> Hi,
> 
> What's the easiest way to add a new command line option to mmc? I have been
> trying to deal with my Erlang build problem by modifying
> compile_target_code.m to pass full paths to erlc, but I would like to make
> this behavior optional and I cannot find the part of the code that converts
> from strings on the command line to atoms that are looked up via
> lookup_bool_option.

In options.m.  For a quick test, you can make use of an existing
string option "--experiment".

Which paths are problematic?

Peter



More information about the users mailing list