From 1cbe06c2dcde9606c3d3f6fe86e89fbba3a404e3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 23 Jan 2011 23:06:28 +0000 Subject: Tackled source generation from a new angle rath... Tackled source generation from a new angle rather than letting genprod get any more creaky. This code generates the AnyVal source files (but those are not included here.) No review. --- tools/codegen | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/codegen (limited to 'tools/codegen') diff --git a/tools/codegen b/tools/codegen new file mode 100755 index 0000000000..eee5a3884e --- /dev/null +++ b/tools/codegen @@ -0,0 +1,7 @@ +#!/bin/sh +# + +THISDIR=`dirname $0` +SCALALIB=$THISDIR/../src/library/scala + +scala scala.tools.cmd.gen.Codegen "$@" -- cgit v1.2.3