If a token is a double quote, what does ACE expect in YY-input? This?
(1, 0, 1, <0:1>, 1, "\"" "\"", 0, "fe", "fe" 1.0)
If so, does anyone know how do I write that literally into a file if I assemble the string step by step and the double quotes come from variables which have the value '"'
? No matter what I do, the file ends up either with zero backslashes or with two of them…