PPWrappingParser.st
changeset 377 6112a403a52d
parent 53 8b67c6180747
child 642 77d5fddb6462
equal deleted inserted replaced
376:a2656b27cace 377:6112a403a52d
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !PPWrappingParser methodsFor:'parsing'!
    11 !PPWrappingParser methodsFor:'parsing'!
    12 
    12 
    13 parseOn: aStream
    13 parseOn: aPPContext
    14 	^ block value: aStream value: [ parser parseOn: aStream ]
    14 	^ block value: aPPContext value: [ parser parseOn: aPPContext ]
    15 ! !
    15 ! !
    16 
    16 
    17 !PPWrappingParser class methodsFor:'documentation'!
    17 !PPWrappingParser class methodsFor:'documentation'!
    18 
    18 
    19 version
    19 version
    25 !
    25 !
    26 
    26 
    27 version_SVN
    27 version_SVN
    28     ^ '§Id: PPWrappingParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
    28     ^ '§Id: PPWrappingParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
    29 ! !
    29 ! !
       
    30