compiler/PPCSymbolActionNode.st
changeset 414 0eaf09920532
parent 413 5389e6fbb3bc
child 422 116d2b2af905
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
     7 	category:'PetitCompiler-Nodes'
     7 	category:'PetitCompiler-Nodes'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !PPCSymbolActionNode methodsFor:'as yet unclassified'!
    11 !PPCSymbolActionNode methodsFor:'as yet unclassified'!
       
    12 
       
    13 asFast
       
    14 	^ PPCTokenActionNode new
       
    15 		child: child;
       
    16 		name: self name;
       
    17 		yourself
       
    18 !
    12 
    19 
    13 compileWith: compiler effect: effect id: id
    20 compileWith: compiler effect: effect id: id
    14 	compiler startMethod: id.
    21 	compiler startMethod: id.
    15 	compiler addVariable: 'element'.	
    22 	compiler addVariable: 'element'.	
    16 	compiler add: 'element := '.
    23 	compiler add: 'element := '.