analyzer/extensions.st
changeset 376 a2656b27cace
parent 284 c1b9188776ff
child 378 53d66ecfeb1b
equal deleted inserted replaced
375:e2b2f08d054e 376:a2656b27cace
   518 	^ (super match: aParser inContext: aDictionary seen: anIdentitySet) and: [ self tokenClass = aParser tokenClass ]
   518 	^ (super match: aParser inContext: aDictionary seen: anIdentitySet) and: [ self tokenClass = aParser tokenClass ]
   519 ! !
   519 ! !
   520 
   520 
   521 !stx_goodies_petitparser_analyzer class methodsFor:'documentation'!
   521 !stx_goodies_petitparser_analyzer class methodsFor:'documentation'!
   522 
   522 
   523 extensionsVersion_CVS
   523 extensionsVersion_HG
   524     ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/extensions.st,v 1.4 2014-03-04 20:27:43 cg Exp $'
   524 
   525 ! !
   525     ^ '$Changeset: <not expanded> $'
       
   526 ! !