compiler/PPCNotLiteralNode.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 421 7e08b31e0dae
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    16 		yourself
    16 		yourself
    17 !
    17 !
    18 
    18 
    19 firstCharParser
    19 firstCharParser
    20 	^ literal first asParser
    20 	^ literal first asParser
       
    21 !
       
    22 
       
    23 firstCharSet
       
    24 	^ PPCharSetPredicate on: [:e | e ~= literal first ]
    21 !
    25 !
    22 
    26 
    23 literal
    27 literal
    24 	
    28 	
    25 	^ literal
    29 	^ literal