diff options
Diffstat (limited to 'rod/interact.nim')
-rw-r--r-- | rod/interact.nim | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/rod/interact.nim b/rod/interact.nim deleted file mode 100644 index 36fee8413..000000000 --- a/rod/interact.nim +++ /dev/null @@ -1,15 +0,0 @@ -# -# -# The Nimrod Compiler -# (c) Copyright 2008 Andreas Rumpf -# -# See the file "copying.txt", included in this -# distribution, for details about the copyright. -# - -# This file implements interactive sessions. - -import - llstream, strutils, ropes, nstrtabs, msgs - -# implementation |