Beispiel #1
0
 public static void Append(string name, AstList l)
 {
     _astData.Append("(" + name + " ");
     if (l != null)
         l.GenerateAstData();
     _astData.Append(") ");
 }
Beispiel #2
0
        // ************************************************
        // * LISTS
        // ************************************************

        public void visit(AstList n)
        {
        }