mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
16 lines
301 B
Nim
Executable File
16 lines
301 B
Nim
Executable File
#
|
|
#
|
|
# 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
|