On Mon Aug 14 18:06:17 2023 +0000, Zebediah Figura wrote:
Our current STRING pattern is probably wrong for C strings; it forbids any backslashes inside the string. The preprocessor has a pattern which is probably more correct. Adding an extra test or two here would not be a bad idea.
For STRING I see this on line 57:
`STRING "[^"]*"`
Am I misreading?