Parser.st
changeset 135 aa4f7b8f121e
parent 132 5be56a5e90b7
child 139 65eaf1a009f5
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    36 			   ImplicitSelfSends'
    36 			   ImplicitSelfSends'
    37        poolDictionaries:''
    37        poolDictionaries:''
    38        category:'System-Compiler'
    38        category:'System-Compiler'
    39 !
    39 !
    40 
    40 
    41 Parser comment:'
       
    42 COPYRIGHT (c) 1989 by Claus Gittinger
       
    43 	     All Rights Reserved
       
    44 
       
    45 $Header: /cvs/stx/stx/libcomp/Parser.st,v 1.54 1995-10-31 14:37:14 cg Exp $
       
    46 '!
       
    47 
       
    48 !Parser class methodsFor:'documentation'!
    41 !Parser class methodsFor:'documentation'!
    49 
    42 
    50 copyright
    43 copyright
    51 "
    44 "
    52  COPYRIGHT (c) 1989 by Claus Gittinger
    45  COPYRIGHT (c) 1989 by Claus Gittinger
    60  hereby transferred.
    53  hereby transferred.
    61 "
    54 "
    62 !
    55 !
    63 
    56 
    64 version
    57 version
    65 "
    58     ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.55 1995-11-11 15:31:13 cg Exp $'
    66 $Header: /cvs/stx/stx/libcomp/Parser.st,v 1.54 1995-10-31 14:37:14 cg Exp $
       
    67 "
       
    68 !
    59 !
    69 
    60 
    70 documentation
    61 documentation
    71 "
    62 "
    72     Parser is used for both parsing and evaluating smalltalk expressions;
    63     Parser is used for both parsing and evaluating smalltalk expressions;