Default parser should support comment syntax
gatlin opened this issue · 0 comments
gatlin commented
I propose following in the lisp tradition of using ;
as a to-the-end-of-the-line comment indicator. The parser could support this by truncating each line of the source at the first occurrence of ;
(inclusive).