compiler/benchmarks/PPCSmalltalkNoopParser.st
changeset 532 132d7898a2a1
parent 523 09afcf28ed60
child 534 a949c4fe44df
equal deleted inserted replaced
531:dc3d13c2837d 532:132d7898a2a1
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Benchmarks-Parsers'
     9 	category:'PetitCompiler-Benchmarks-Parsers'
    10 !
    10 !
    11 
       
    12 
    11 
    13 !PPCSmalltalkNoopParser methodsFor:'accessing'!
    12 !PPCSmalltalkNoopParser methodsFor:'accessing'!
    14 
    13 
    15 startExpression
    14 startExpression
    16 	"Make the sequence node has a method node as its parent and that the source is set."
    15 	"Make the sequence node has a method node as its parent and that the source is set."
   341         ^ super unaryToken ==> [ :token | token ]
   340         ^ super unaryToken ==> [ :token | token ]
   342 
   341 
   343     "Modified: / 15-05-2015 / 08:54:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   342     "Modified: / 15-05-2015 / 08:54:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   344 ! !
   343 ! !
   345 
   344 
   346 !PPCSmalltalkNoopParser class methodsFor:'documentation'!
       
   347 
       
   348 version_HG
       
   349 
       
   350     ^ '$Changeset: <not expanded> $'
       
   351 ! !
       
   352