Scanner.st
changeset 135 aa4f7b8f121e
parent 120 13f0112a469a
child 141 d378d997aab0
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    29 			      WarnUnderscoreInIdentifier'
    29 			      WarnUnderscoreInIdentifier'
    30 	    poolDictionaries:''
    30 	    poolDictionaries:''
    31 		    category:'System-Compiler'
    31 		    category:'System-Compiler'
    32 !
    32 !
    33 
    33 
    34 Scanner comment:'
       
    35 COPYRIGHT (c) 1989 by Claus Gittinger
       
    36 	     All Rights Reserved
       
    37 
       
    38 $Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.35 1995-09-14 23:31:09 claus Exp $
       
    39 '!
       
    40 
       
    41 !Scanner class methodsFor:'documentation'!
    34 !Scanner class methodsFor:'documentation'!
    42 
    35 
    43 copyright
    36 copyright
    44 "
    37 "
    45  COPYRIGHT (c) 1989 by Claus Gittinger
    38  COPYRIGHT (c) 1989 by Claus Gittinger
    53  hereby transferred.
    46  hereby transferred.
    54 "
    47 "
    55 !
    48 !
    56 
    49 
    57 version
    50 version
    58 "
    51     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.36 1995-11-11 15:31:34 cg Exp $'
    59 $Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.35 1995-09-14 23:31:09 claus Exp $
       
    60 "
       
    61 !
    52 !
    62 
    53 
    63 documentation
    54 documentation
    64 "
    55 "
    65     Scanner reads from a stream and returns individual smalltalk tokens
    56     Scanner reads from a stream and returns individual smalltalk tokens