yakbak icon indicating copy to clipboard operation
yakbak copied to clipboard

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

Open mwolson opened this issue 9 years ago • 1 comments

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)

mwolson avatar May 11 '16 03:05 mwolson

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

jeremyruppel avatar May 11 '16 03:05 jeremyruppel