On Mon Aug 14 19:21:05 2023 +0000, Petrichor Park wrote:
For STRING I see this on line 57: `STRING "[^"]*"` Am I misreading?
Right, but you'll notice that regular expression simply refuses to parse, say, "a"b", or even "a\nb". For # line directives I think that's actually correct, but it's probably wrong for string literals.