blob: aab3c7fc2f4641ed24fcfa7465620adc9c202eeb (
plain) (
tree)
|
|
//
//
// The Nimrod Compiler
// (c) Copyright 2008 Andreas Rumpf
//
// See the file "copying.txt", included in this
// distribution, for details about the copyright.
//
unit interact;
// This file implements interactive sessions.
interface
{$include 'config.inc'}
uses
nsystem, llstream, strutils, charsets, ropes, nstrtabs, msgs;
implementation
end.
|