mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
16 lines
301 B
Nim
16 lines
301 B
Nim
#
|
|
#
|
|
# 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
|