step(matched.length());
String s0 = r.stringMatched(3);
s0 = S.strip(s0, "{", "}");
s0 = S.strip(s0, "\n", "\n");
final String s = s0;
return new Token(s, ctx(), true) {
@Override
protected void output() {
s = compact(s);
s = s.replaceAll("(\\r?\\n)+", "\\\\n").replaceAll("\"", "\\\\\"");
p("p(org.rythmengine.utils.S.raw(\"").p(s).p("\"));");