Repository URL to install this package:
|
Version:
2.13.0 ▾
|
# Assures lines lead by either # or ! are recognized as a comment
---input---
! a comment
# also a comment
---tokens---
'! a comment' Comment
'\n' Text.Whitespace
'# also a comment' Comment
'\n' Text.Whitespace