porglezomp / ess

Parsing s-expressions in rust
https://crates.io/crates/ess
zlib License
4 stars 1 forks source link

Parse comments #7

Closed porglezomp closed 5 years ago

porglezomp commented 7 years ago

Comments are indicated by ;.

This won't be a breaking change since ';' is a reserved character.