From e1a9fd9a7a3092e38915425adbd308b48e48e363 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 24 Aug 2011 17:04:34 +0000 Subject: reflection refactoring so that we can now have ... reflection refactoring so that we can now have a compiler that uses reflection instead of class files (ReflectGlobal/ReflectMain). Still needs some debugging to get it to run. --- src/compiler/scala/tools/nsc/ReflectMain.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/compiler/scala/tools/nsc/ReflectMain.scala (limited to 'src/compiler/scala/tools/nsc/ReflectMain.scala') diff --git a/src/compiler/scala/tools/nsc/ReflectMain.scala b/src/compiler/scala/tools/nsc/ReflectMain.scala new file mode 100644 index 0000000000..7167f5aa27 --- /dev/null +++ b/src/compiler/scala/tools/nsc/ReflectMain.scala @@ -0,0 +1,7 @@ +package scala.tools.nsc + +object ReflectMain extends Driver { + + override def newCompiler(): Global = new ReflectGlobal(settings, reporter) + +} \ No newline at end of file -- cgit v1.2.3