diff options
author | martinw | 2000-04-26 16:00:26 +0000 |
---|---|---|
committer | martinw | 2000-04-26 16:00:26 +0000 |
commit | c3cb3ec8853ade96853ee4b05f11942fa6b31a9a (patch) | |
tree | 7d1d848c0eed2b7b32a3bba063bf588939b6e5ca /frontend/main.icl | |
parent | fixed convert_reduced_context_to_expression (diff) |
sorry for that!
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@129 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/main.icl')
-rw-r--r-- | frontend/main.icl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/main.icl b/frontend/main.icl index d907e1c..a5251ce 100644 --- a/frontend/main.icl +++ b/frontend/main.icl @@ -21,15 +21,6 @@ Start world CommandLoop proj ms=:{ms_io} - # answer = "c t5\n" - (command, argument) = SplitAtLayoutChar (dropWhile isSpace (fromString answer)) - | command == [] - = CommandLoop proj { ms & ms_io = ms_io} - # (ready, proj, ms) = DoCommand command argument proj { ms & ms_io = ms_io} - = ms - -/* -CommandLoop proj ms=:{ms_io} # (answer, ms_io) = freadline (ms_io <<< "> ") (command, argument) = SplitAtLayoutChar (dropWhile isSpace (fromString answer)) | command == [] @@ -38,7 +29,6 @@ CommandLoop proj ms=:{ms_io} | ready = ms = CommandLoop proj ms -*/ :: MainStateDefs funs funtypes types conses classes instances members selectors = { msd_funs :: !funs |