JSAbrahams / mamba

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

Add parsing of doc strings #194

Closed JSAbrahams closed 4 years ago

JSAbrahams commented 4 years ago

Relevant issues

resolves #119 working towards #135

Summary

Add parsing of docstring in code blocks. Currently, there is no check to verify that it is in a useful location.

Lastly, reduced code duplication in AST output tests.

Added Tests