From fc8fc177d2dfd270e57996099deef2e4a3a975ed Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 23 Apr 2013 17:04:34 +0200 Subject: Modifications in prepation of parsing. --- src/dotty/tools/dotc/core/StdNames.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dotty/tools/dotc/core/StdNames.scala') diff --git a/src/dotty/tools/dotc/core/StdNames.scala b/src/dotty/tools/dotc/core/StdNames.scala index 4ef3456df..80d3ac6b6 100644 --- a/src/dotty/tools/dotc/core/StdNames.scala +++ b/src/dotty/tools/dotc/core/StdNames.scala @@ -290,6 +290,7 @@ object StdNames { val NoPrefix: N = "NoPrefix" val NoSymbol: N = "NoSymbol" val NoType: N = "NoType" + val Pair: N = "Pair" val Ref: N = "Ref" val RootPackage: N = "RootPackage" val RootClass: N = "RootClass" @@ -540,6 +541,7 @@ object StdNames { val ZOR = encode("||") // unary operators + val UNARY_PREFIX: N = "unary_" val UNARY_~ = encode("unary_~") val UNARY_+ = encode("unary_+") val UNARY_- = encode("unary_-") -- cgit v1.2.3