JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Transpile entire directories and create command line interface #131

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

fixes #100

Summary

Add options for transpiling an entire directory of files instead of a single file.

Added Tests

Modified current tests to handle new command line interface.

JSAbrahams commented 5 years ago

It appears that the executable expects absolute paths as arguments instead of relative paths, which does not reflect the intended use-case. So this should be rectified.