JSAbrahams / mamba

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

Fix code errors in README and elaborate usage section #184

Closed JSAbrahams closed 4 years ago

JSAbrahams commented 4 years ago

Summary

The syntax in some of the code examples was not consistent with the current state of the language. As such the code examples now use the current syntax of the language.

We also update some wordy examples to make them more easily readable, We also add examples for how to use the transpiler programmatically in addition to the command-line example.

Note: This README still uses postfix notation as we do intend to re-add it soon.