PrimNd.st
changeset 135 aa4f7b8f121e
parent 126 aca2139a3526
child 140 1ef1d1395146
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'System-Compiler-Support'
    17        category:'System-Compiler-Support'
    18 !
    18 !
    19 
    19 
    20 PrimitiveNode comment:'
       
    21 COPYRIGHT (c) 1990 by Claus Gittinger
       
    22 	     All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.10 1995-10-24 15:55:13 cg Exp $
       
    25 '!
       
    26 
       
    27 !PrimitiveNode class methodsFor:'documentation'!
    20 !PrimitiveNode class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1990 by Claus Gittinger
    24  COPYRIGHT (c) 1990 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.11 1995-11-11 15:31:26 cg Exp $'
    45 $Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.10 1995-10-24 15:55:13 cg Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     node for parse-trees, representing primitive code
    42     node for parse-trees, representing primitive code