diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-11-15 15:01:52 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-11-28 01:15:13 +0200 |
commit | 091c1b30756a15c76ca09c0d95cfbb946aa9ea13 (patch) | |
tree | 18f876f9a6a5e998d08e9c6568c983747429c138 /compiler/options.nim | |
parent | c43bf78000b21001726b31eb4259b90b3c91e03c (diff) | |
download | Nim-091c1b30756a15c76ca09c0d95cfbb946aa9ea13.tar.gz |
caas is now drivable through stdin
* added idetools --eval * streams.readLine recognises and applies the backspace character
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-x | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 42fca1ad1..ba2a9eb41 100755 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -94,8 +94,8 @@ var gCmd*: TCommands = cmdNone # the command gVerbosity*: int # how verbose the compiler is gNumberOfProcessors*: int # number of processors - gWholeProject*: bool # for 'doc2': output any dependency + gEvalExpr*: string # expression for idetools --eval const genSubDir* = "nimcache" |