diff options
Diffstat (limited to 'source/repl/repl.c')
| -rw-r--r-- | source/repl/repl.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/repl/repl.c b/source/repl/repl.c deleted file mode 100644 index dd289d8..0000000 --- a/source/repl/repl.c +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | internal void | ||
| 2 | init_repl() | ||
| 3 | { | ||
| 4 | for(;;) | ||
| 5 | { | ||
| 6 | print("reading user input..."); | ||
| 7 | // TODO(nasr): design a repl system | ||
| 8 | |||
| 9 | sleep(1); | ||
| 10 | } | ||
| 11 | |||
| 12 | } | ||
