chharvey / counterpoint

A robust programming language.
GNU Affero General Public License v3.0
2 stars 0 forks source link

In-String Comments #52

Closed chharvey closed 3 years ago

chharvey commented 3 years ago

In-string comments are comment syntax inside string literals. They do not apply to template literals. In-string comments are ignored by the “token cooker” and are not included as part of the token’s string value. See documentation in this PR for details. Revises #5 and #7.