AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Add block comment syntax #21

Closed AshleyYakeley closed 5 years ago

AshleyYakeley commented 5 years ago

Currently, line comments start with #:

# Comment

Add parsing of block comments. Maybe /# to #/. Probably don't bother with nesting.

AshleyYakeley commented 5 years ago

Went for {#, #}, nestable.