Comment Syntax
maxsnew opened this issue · 3 comments
maxsnew commented
Comment Syntax
LighghtEeloo commented
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.
maxsnew commented
I kind of like #
LighghtEeloo commented
Addressed in 05a1e3c.