fir-lang / fir

MIT License
25 stars 3 forks source link

Multi-line comment syntax #1

Closed osa1 closed 3 weeks ago

osa1 commented 4 months ago

Currently we don't have a multi-line comment syntax, but we should.

Some inspirations:

osa1 commented 3 weeks ago

I've implemented #| ... |# syntax.

I would like to experiment with indentation-based comment blocks as well, e.g.

#:  This comment block
    ends with the indented
    block.

thisIsCode()