JSAbrahams / mamba

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

Add doc strings #119

Closed JSAbrahams closed 4 years ago

JSAbrahams commented 5 years ago

Current Issue

In Python, we can add documentation using """. Mamba should have a similar construct.

High-level description of the feature

Parse documentation and preserve this so Python code retains the docs written in Mamba.

Description of potential implementation

Lex """ as doc token, and add this to the pipeline.

JSAbrahams commented 5 years ago

Move this to a later release.