summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-11-15 15:01:52 +0200
committerZahary Karadjov <zahary@gmail.com>2012-11-28 01:15:13 +0200
commit091c1b30756a15c76ca09c0d95cfbb946aa9ea13 (patch)
tree18f876f9a6a5e998d08e9c6568c983747429c138 /compiler/options.nim
parentc43bf78000b21001726b31eb4259b90b3c91e03c (diff)
downloadNim-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-xcompiler/options.nim2
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"