-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestfeature requestFeature requestFeature requestmonkey langIssues about the monkey language as a wholeIssues about the monkey language as a whole
Description
Comments should have a place in the monkey lang. Two implementations are possible: ignore them at lexing, or create a Token for the comments that will be later ignored at parsing. The issue is that doing this will lose track of comments in the AST, which seems reasonable but implies that the formatter will need to parse the file in a different way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature requestFeature requestFeature requestmonkey langIssues about the monkey language as a wholeIssues about the monkey language as a whole