PPCharSetPredicate.st
changeset 4 90de244a7fa2
parent 0 739fe9b7253e
child 54 3e4cde74f2ea
equal deleted inserted replaced
3:e1b11f74e142 4:90de244a7fa2
     1 "{ Package: 'squeak:petitparser' }"
     1 "{ Package: 'stx:goodies/petitparser' }"
     2 
     2 
     3 Object subclass:#PPCharSetPredicate
     3 Object subclass:#PPCharSetPredicate
     4 	instanceVariableNames:'block classification'
     4 	instanceVariableNames:'block classification'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
    37 ! !
    37 ! !
    38 
    38 
    39 !PPCharSetPredicate class methodsFor:'documentation'!
    39 !PPCharSetPredicate class methodsFor:'documentation'!
    40 
    40 
    41 version_SVN
    41 version_SVN
    42     ^ '$Id: PPCharSetPredicate.st,v 1.1 2011-08-18 18:56:17 cg Exp $'
    42     ^ '$Id: PPCharSetPredicate.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
    43 ! !
    43 ! !