From 34317c162e9d79729e57d22bb167f420e948da8f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 12 Aug 2013 16:24:43 +0200 Subject: Added main runner and driver. Left dummies for Compiler and Run. --- src/dotty/tools/dotc/Compiler.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/dotty/tools/dotc/Compiler.scala (limited to 'src/dotty/tools/dotc/Compiler.scala') diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala new file mode 100644 index 000000000..f5bf1fb9b --- /dev/null +++ b/src/dotty/tools/dotc/Compiler.scala @@ -0,0 +1,11 @@ +package dotty.tools +package dotc + +import core._ +import Contexts._ + +class Compiler { + + def newRun(implicit ctx: Context): Run = new Run(this) + +} \ No newline at end of file -- cgit v1.2.3