Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using end-of-line comments in tapes instead of escaping "*/" #14

Open
mwolson opened this issue May 11, 2016 · 1 comment
Open

Comments

@mwolson
Copy link

mwolson commented May 11, 2016

It might be a bit more elegant to use "//" style comments instead of "/*", since you'd be able to drop the escaping. This could also allow the data to be deterministically parsed in the future if need be.

(related: #4)

@jeremyruppel
Copy link
Member

Ha, this crossed my mind as well. Great suggestion, I'd definitely accept a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants