cucapra / gator

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

Literals content not ignored (strings, hashes) #118

Closed ben-gillott closed 3 years ago

ben-gillott commented 4 years ago

In need of a change in the string regex to support strings with strings inside them, exe:

"notstring-code "strung-code" notstring-code";

Edit1: Also a way to include # in literals, exe:

"#ifndef";