diff -r 7e08b31e0dae -r 116d2b2af905 compiler/PPCTokenNode.st --- a/compiler/PPCTokenNode.st Mon Nov 24 00:09:23 2014 +0000 +++ b/compiler/PPCTokenNode.st Wed Apr 15 11:28:09 2015 +0100 @@ -1,5 +1,7 @@ "{ Package: 'stx:goodies/petitparser/compiler' }" +"{ NameSpace: Smalltalk }" + PPCDelegateNode subclass:#PPCTokenNode instanceVariableNames:'tokenClass' classVariableNames:'' @@ -7,14 +9,6 @@ category:'PetitCompiler-Nodes' ! -!PPCTokenNode class methodsFor:'instance creation'! - -new - "return an initialized instance" - - ^ self basicNew initialize. -! ! - !PPCTokenNode methodsFor:'accessing'! initialize