uid / snapdown

Draw snapshot diagrams with plain text
MIT License
3 stars 0 forks source link

Multiline comments #23

Open dwhatley19 opened 3 years ago

dwhatley19 commented 3 years ago

We should support multiline comments to allow easy omission from a diagram while still keeping the syntax available.

Example:

row -> (TODO)
/*
use this Note object:
#note -> (
Note
duration -> 1.0
pitch -> (Pitch "C")
instrument -> (Instrument `PIANO`)
)
*/