mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

CLI for MAL simulator #38

Closed mrkickling closed 1 month ago

mrkickling commented 3 months ago

To simplify running simulations (which is the basic use case for MAL Simulator) we should have a CLI that is easy to use. The CLI should have an api similar to:

malsim <scenario_file> <extra options>

This is also a good way to test the scenario implementation (happening on branch #33 )

mrkickling commented 2 months ago

Ready for review but #33 should be merged first