Closed JSAbrahams closed 4 years ago
In Python, we can add documentation using """. Mamba should have a similar construct.
"""
Parse documentation and preserve this so Python code retains the docs written in Mamba.
Lex """ as doc token, and add this to the pipeline.
Move this to a later release.
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.