gatlin/precursor-ts

Default parser should support comment syntax

Closed this issue · 0 comments

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