equal
deleted
inserted
replaced
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] |