compiler/benchmarks/PPCLRPParser_johanfabry_39.st
changeset 537 fb212e14d1f4
parent 529 439c4057517f
equal deleted inserted replaced
536:548996aca274 537:fb212e14d1f4
    10 		error'
    10 		error'
    11 	classVariableNames:''
    11 	classVariableNames:''
    12 	poolDictionaries:''
    12 	poolDictionaries:''
    13 	category:'PetitCompiler-Benchmarks-Core'
    13 	category:'PetitCompiler-Benchmarks-Core'
    14 !
    14 !
       
    15 
    15 
    16 
    16 !PPCLRPParser_johanfabry_39 class methodsFor:'accessing'!
    17 !PPCLRPParser_johanfabry_39 class methodsFor:'accessing'!
    17 
    18 
    18 ignoredNames
    19 ignoredNames
    19 
    20 
   394         self setTransitionRangesIn: trans for: token withArrowAt: 4.
   395         self setTransitionRangesIn: trans for: token withArrowAt: 4.
   395         trans.
   396         trans.
   396     ]
   397     ]
   397 ! !
   398 ! !
   398 
   399 
       
   400 !PPCLRPParser_johanfabry_39 class methodsFor:'documentation'!
       
   401 
       
   402 version_HG
       
   403 
       
   404     ^ '$Changeset: <not expanded> $'
       
   405 ! !
       
   406