Note: This is subject to future work. Errors, ambiguities, and omissions are to be expected.
Possible conventions for comments:
a key [a value] `; a line comment
another key [another value] `; another comment
`; comment
commented valueNestable comments:
`#[
    nestable comment [
        is simply a "commented-out" tree
    ]
]