diff options
author | martijnv | 2001-08-30 10:16:34 +0000 |
---|---|---|
committer | martijnv | 2001-08-30 10:16:34 +0000 |
commit | cbc8ea0ead4d8b75b66d673456dce0165010fe67 (patch) | |
tree | 6337794194568b739f990a59ba3622044662a6cd /frontend/main.icl | |
parent | added switch_dynamics in module compilerSwitches. Standard dynamics are (diff) |
restoring old main
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@698 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/main.icl')
-rw-r--r-- | frontend/main.icl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend/main.icl b/frontend/main.icl index 89b74dd..a796406 100644 --- a/frontend/main.icl +++ b/frontend/main.icl @@ -20,18 +20,14 @@ Start world = fclose ms_out world CommandLoop proj ms=:{ms_io} -// # (answer, ms_io) = freadline (ms_io <<< "> ") - # (answer, ms_io) = ("c backendconvert",ms_io) //("c test",ms_io) //("c Loader",ms_io) -// # (answer, ms_io) = ("c gentest",ms_io) //("c test",ms_io) //("c Loader",ms_io) + # (answer, ms_io) = freadline (ms_io <<< "> ") (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} | ready = ms -// = CommandLoop proj ms - = ms - + = CommandLoop proj ms :: MainStateDefs funs funtypes types conses classes instances members selectors = { msd_funs :: !funs |