*** empty log message ***
[m17n/m17n-lib-cs.git] / xex.cs
diff --git a/xex.cs b/xex.cs
index 2afa166..6b3a690 100644 (file)
--- a/xex.cs
+++ b/xex.cs
@@ -8,11 +8,10 @@ public class Test
 {
   public static void Main()
   {
-    Xex.Domain domain = new Xex.Domain (null);
-    Xex xex = Xex.New ("xex.xml", domain);
+    Xexpression.Domain domain = new Xexpression.Domain (null);
+    Xexpression xex = new Xexpression ("xex.xml", domain);
 
-    Xex.Debug = true;
+    Xexpression.debug_level = 1;
     Console.WriteLine (xex.Eval (domain));
-    Console.WriteLine (domain);
   }
 }