diff options
author | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
commit | 55c40746474cff452c09fa9c1244e3d0c7b3ad21 (patch) | |
tree | 3c3f4cf72a24b98ecabc7f259cc3018ad936ddb9 /koch.nim | |
parent | c717304ce61acdf7f980bc4ed185e7ea9e886dd5 (diff) | |
download | Nim-55c40746474cff452c09fa9c1244e3d0c7b3ad21.tar.gz |
REPL improvements
Diffstat (limited to 'koch.nim')
-rwxr-xr-x | koch.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 273f0b79f..7458a747b 100755 --- a/koch.nim +++ b/koch.nim @@ -36,8 +36,10 @@ Possible Commands: Boot options: -d:release produce a release version of the compiler -d:tinyc include the Tiny C backend (not supported on Windows) + -d:useGnuReadline use the GNU readline library for interactive mode + (not supported on Windows) """ - + proc exe(f: string): string = return addFileExt(f, ExeExt) proc exec(cmd: string) = |