thepeergroup / aspen

Aspen is a markup language for turning text into graph data (via Cypher for Neo4j).
https://aspen-lang.org
MIT License
60 stars 7 forks source link

Support comments #15

Closed beechnut closed 4 years ago

beechnut commented 4 years ago

From #12, there are comments in some of the examples, but Aspen doesn't technically support comments yet.

At minimum, add support for full-line comments. Ideally, add inline comments as well.

beechnut commented 4 years ago

Added support for comments in #aca375d.