compiler/PPCUnknownNode.st
changeset 414 0eaf09920532
parent 392 9b297f0d949c
child 421 7e08b31e0dae
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    41 
    41 
    42 prefix
    42 prefix
    43 	^ #parser
    43 	^ #parser
    44 ! !
    44 ! !
    45 
    45 
       
    46 !PPCUnknownNode methodsFor:'as yet unclassified'!
       
    47 
       
    48 firstCharSet
       
    49 	^ parser firstCharSet
       
    50 ! !
       
    51 
    46 !PPCUnknownNode methodsFor:'compiling'!
    52 !PPCUnknownNode methodsFor:'compiling'!
    47 
    53 
    48 compileWith: compiler effect: effect id: id
    54 compileWith: compiler effect: effect id: id
    49 	| compiledChild compiledParser |
    55 	| compiledChild compiledParser |
    50 	compiler startMethod: id.
    56 	compiler startMethod: id.