generic-github-user / turquoise

My programming language
1 stars 0 forks source link

Add automatic documentation features #30

Open generic-github-user opened 3 years ago

generic-github-user commented 3 years ago

Possibly something similar to Python's docstrings; it should include both a way for defining attributes of objects, functions, etc. and easily retrieving this data (and possibly transforming it into another format, though this might be outside of the scope of a built-in feature).