Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Comments inside data structures #487

Open
utybo opened this issue Jun 27, 2017 · 2 comments
Open

Comments inside data structures #487

utybo opened this issue Jun 27, 2017 · 2 comments

Comments

@utybo
Copy link

utybo commented Jun 27, 2017

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

@yloiseau
Copy link
Contributor

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

@utybo
Copy link
Author

utybo commented Jun 28, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants