src/Pure/ML/ml_process.scala
changeset 83435 0f9bae334ac6
parent 83321 7505b5e592b1
child 83522 01b548a504dc
equal deleted inserted replaced
83434:5c70d1c27a2e 83435:0f9bae334ac6
   133   val isabelle_tool = Isabelle_Tool("process", "raw ML process (batch mode)",
   133   val isabelle_tool = Isabelle_Tool("process", "raw ML process (batch mode)",
   134     Scala_Project.here,
   134     Scala_Project.here,
   135     { args =>
   135     { args =>
   136       var dirs: List[Path] = Nil
   136       var dirs: List[Path] = Nil
   137       var eval_args: List[String] = Nil
   137       var eval_args: List[String] = Nil
   138       var logic = Isabelle_System.getenv("ISABELLE_LOGIC")
   138       var logic = Isabelle_System.default_logic()
   139       var modes: List[String] = Nil
   139       var modes: List[String] = Nil
   140       var options = Options.init()
   140       var options = Options.init()
   141 
   141 
   142       val getopts = Getopts("""
   142       val getopts = Getopts("""
   143 Usage: isabelle process [OPTIONS]
   143 Usage: isabelle process [OPTIONS]