public static void Append(string name, AstList l) { _astData.Append("(" + name + " "); if (l != null) l.GenerateAstData(); _astData.Append(") "); }
// ************************************************ // * LISTS // ************************************************ public void visit(AstList n) { }