PPEndOfInputParser.st
changeset 26 d5b0ca28ee55
parent 4 90de244a7fa2
child 377 6112a403a52d
equal deleted inserted replaced
25:be0f50e43f2f 26:d5b0ca28ee55
     3 PPDelegateParser subclass:#PPEndOfInputParser
     3 PPDelegateParser subclass:#PPEndOfInputParser
     4 	instanceVariableNames:''
     4 	instanceVariableNames:''
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitParser-Parsers'
     7 	category:'PetitParser-Parsers'
     8 !
       
     9 
       
    10 PPEndOfInputParser comment:'A parser that succeeds only at the end of the input stream.'
       
    11 !
     8 !
    12 
     9 
    13 
    10 
    14 !PPEndOfInputParser methodsFor:'operations'!
    11 !PPEndOfInputParser methodsFor:'operations'!
    15 
    12 
    32 	^ result
    29 	^ result
    33 ! !
    30 ! !
    34 
    31 
    35 !PPEndOfInputParser class methodsFor:'documentation'!
    32 !PPEndOfInputParser class methodsFor:'documentation'!
    36 
    33 
       
    34 version
       
    35     ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $'
       
    36 !
       
    37 
       
    38 version_CVS
       
    39     ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $'
       
    40 !
       
    41 
    37 version_SVN
    42 version_SVN
    38     ^ '$Id: PPEndOfInputParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
    43     ^ '§Id: PPEndOfInputParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
    39 ! !
    44 ! !