cucapra / gator

Geometry types
https://capra.cs.cornell.edu/research/gator/
26 stars 11 forks source link

Multi-line comments #90

Closed Checkmate50 closed 4 years ago

Checkmate50 commented 4 years ago

Gator does not currently support multiline comments, which it probably should. I'll suggest the usual syntax, namely:

/* open; close */
/*
 * This is a multi-line comment
 */