zydeco-lang/zydeco

Comment Syntax

maxsnew opened this issue · 3 comments

Comment Syntax

I suggest the good old // and /* */ syntax. Possible candidates also include ; -- -[ ]- % #. What do folks think?

In terms of implementation, we may need a separate lexer to filter out all the comments when lexing.

I kind of like #

Addressed in 05a1e3c.