golo-lang
golo-lang copied to clipboard
Comments inside data structures
This is a feature request to add the possibility to put comments in data structure, like so :
var example = [
# This is a tuple of things
[
# Needs more stuff
],
# Some other things
[
# ...still empty
]
]
I believe this could be a great addition, allowing to document and clarify data structures in Golo.
(atm this fails with Encountered unexpected <COMMENT>
)
This one is actually a WIP (see https://github.com/yloiseau/golo-lang/tree/improve/comment-in-collection)
Woops, didn't see it. You guys should probably have some WIP feature list somewhere -- unless there is one and I somehow missed it.