compiler/PPCAnyNode.st
changeset 414 0eaf09920532
parent 405 0470a5e6e712
child 422 116d2b2af905
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    29 firstCharParser
    29 firstCharParser
    30 	^ #any asParser
    30 	^ #any asParser
    31 	
    31 	
    32 !
    32 !
    33 
    33 
       
    34 firstCharSet
       
    35 	^ PPCharSetPredicate on: [:e | true ] 
       
    36 !
       
    37 
    34 prefix
    38 prefix
    35 	^ #any
    39 	^ #any
    36 ! !
    40 ! !
    37 
    41 
    38 !PPCAnyNode class methodsFor:'documentation'!
    42 !PPCAnyNode class methodsFor:'documentation'!