compiler/PPCSymbolActionNode.st
changeset 414 0eaf09920532
parent 413 5389e6fbb3bc
child 422 116d2b2af905
--- a/compiler/PPCSymbolActionNode.st	Wed Nov 05 21:40:01 2014 +0000
+++ b/compiler/PPCSymbolActionNode.st	Wed Nov 05 23:05:19 2014 +0000
@@ -10,6 +10,13 @@
 
 !PPCSymbolActionNode methodsFor:'as yet unclassified'!
 
+asFast
+	^ PPCTokenActionNode new
+		child: child;
+		name: self name;
+		yourself
+!
+
 compileWith: compiler effect: effect id: id
 	compiler startMethod: id.
 	compiler addVariable: 'element'.