summaryrefslogtreecommitdiff
path: root/src/cli/runtime/LispReader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/LispReader.cs')
-rw-r--r--src/cli/runtime/LispReader.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/runtime/LispReader.cs b/src/cli/runtime/LispReader.cs
index 9ccd21c7..36c47d3a 100644
--- a/src/cli/runtime/LispReader.cs
+++ b/src/cli/runtime/LispReader.cs
@@ -298,6 +298,7 @@ public static ISeq readDelimitedList(char delim, LineNumberingTextReader r, bool
return ret;
}
+/*
public static void Main(String[] args){
LineNumberingTextReader r = new LineNumberingTextReader(Console.In);
TextWriter w = Console.Out;
@@ -317,7 +318,7 @@ public static void Main(String[] args){
Console.Error.WriteLine(e.StackTrace);
}
}
-
+//*/
}