Closed AshleyYakeley closed 5 years ago
Currently, line comments start with #:
#
# Comment
Add parsing of block comments. Maybe /# to #/. Probably don't bother with nesting.
/#
#/
Went for {#, #}, nestable.
{#
#}
Currently, line comments start with
#
:# Comment
Add parsing of block comments. Maybe
/#
to#/
. Probably don't bother with nesting.