compiler/tests/extras/PPCLRPMachine.st
changeset 516 3b81c9e53352
parent 511 527038bc8edf
parent 515 b5316ef15274
equal deleted inserted replaced
514:46dd1237b20a 516:3b81c9e53352
     7 		compareStates compareTransitions'
     7 		compareStates compareTransitions'
     8 	classVariableNames:''
     8 	classVariableNames:''
     9 	poolDictionaries:''
     9 	poolDictionaries:''
    10 	category:'PetitCompiler-Extras-Tests-LRP'
    10 	category:'PetitCompiler-Extras-Tests-LRP'
    11 !
    11 !
    12 
       
    13 
    12 
    14 !PPCLRPMachine class methodsFor:'instance creation'!
    13 !PPCLRPMachine class methodsFor:'instance creation'!
    15 
    14 
    16 name: aString body: anArray
    15 name: aString body: anArray
    17     |retval|
    16     |retval|
   121 
   120 
   122 acceptVisitor: aPPCLRPNodeVisitor
   121 acceptVisitor: aPPCLRPNodeVisitor
   123     aPPCLRPNodeVisitor visitMachineNode: self.
   122     aPPCLRPNodeVisitor visitMachineNode: self.
   124 ! !
   123 ! !
   125 
   124 
   126 !PPCLRPMachine class methodsFor:'documentation'!
       
   127 
       
   128 version_HG
       
   129 
       
   130     ^ '$Changeset: <not expanded> $'
       
   131 ! !
       
   132