golo-lang icon indicating copy to clipboard operation
golo-lang copied to clipboard

Comments inside data structures

Open utybo opened this issue 7 years ago • 2 comments

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>)

utybo avatar Jun 27 '17 23:06 utybo

This one is actually a WIP (see https://github.com/yloiseau/golo-lang/tree/improve/comment-in-collection)

yloiseau avatar Jun 28 '17 05:06 yloiseau

Woops, didn't see it. You guys should probably have some WIP feature list somewhere -- unless there is one and I somehow missed it.

utybo avatar Jun 28 '17 13:06 utybo