commentary
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 13:15:21 +0200
changeset 261 0372e948ca2d
parent 260 b881b17d0da6
child 262 a958dced185f
commentary
AssignNd.st
AssignmentNode.st
BinaryNd.st
BinaryNode.st
BlockNode.st
CascadeNd.st
CascadeNode.st
ConstNode.st
ConstantNode.st
ImmArray.st
ImmutableArray.st
MessageNd.st
MessageNode.st
ParseNode.st
PrimNd.st
PrimaryNd.st
PrimaryNode.st
PrimitiveNode.st
RetNode.st
ReturnNode.st
SelfNode.st
StatNode.st
StatementNode.st
SuperNode.st
UnaryNd.st
UnaryNode.st
UndefVar.st
UndefinedVariable.st
VarNode.st
Variable.st
VariableNode.st
--- a/AssignNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/AssignNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -35,7 +35,8 @@
 
 documentation
 "
-    node for parse-trees, representing assignments
+    node for parse-trees, representing assignments.
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -158,5 +159,5 @@
 !AssignmentNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/AssignNd.st,v 1.17 1996-03-04 12:16:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/AssignNd.st,v 1.18 1996-04-25 11:14:17 cg Exp $'
 ! !
--- a/AssignmentNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/AssignmentNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -35,7 +35,8 @@
 
 documentation
 "
-    node for parse-trees, representing assignments
+    node for parse-trees, representing assignments.
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -158,5 +159,5 @@
 !AssignmentNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.17 1996-03-04 12:16:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.18 1996-04-25 11:14:17 cg Exp $'
 ! !
--- a/BinaryNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/BinaryNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing binary message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -208,5 +209,5 @@
 !BinaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/BinaryNd.st,v 1.21 1996-04-17 20:40:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/BinaryNd.st,v 1.22 1996-04-25 11:15:10 cg Exp $'
 ! !
--- a/BinaryNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/BinaryNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing binary message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -208,5 +209,5 @@
 !BinaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BinaryNode.st,v 1.21 1996-04-17 20:40:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BinaryNode.st,v 1.22 1996-04-25 11:15:10 cg Exp $'
 ! !
--- a/BlockNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/BlockNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -37,6 +37,7 @@
 documentation
 "
     node for parse-trees, representing blocks
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -560,5 +561,5 @@
 !BlockNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BlockNode.st,v 1.25 1996-02-10 18:33:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BlockNode.st,v 1.26 1996-04-25 11:15:03 cg Exp $'
 ! !
--- a/CascadeNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/CascadeNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MessageNode subclass:#CascadeNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !CascadeNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing cascade message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -137,5 +138,5 @@
 !CascadeNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/CascadeNd.st,v 1.13 1995-12-03 12:17:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/CascadeNd.st,v 1.14 1996-04-25 11:14:52 cg Exp $'
 ! !
--- a/CascadeNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/CascadeNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MessageNode subclass:#CascadeNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !CascadeNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing cascade message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -137,5 +138,5 @@
 !CascadeNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.13 1995-12-03 12:17:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.14 1996-04-25 11:14:52 cg Exp $'
 ! !
--- a/ConstNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ConstNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing literal constants
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -265,5 +266,5 @@
 !ConstantNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ConstNode.st,v 1.20 1996-04-13 23:03:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ConstNode.st,v 1.21 1996-04-25 11:14:22 cg Exp $'
 ! !
--- a/ConstantNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ConstantNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing literal constants
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -265,5 +266,5 @@
 !ConstantNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.20 1996-04-13 23:03:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.21 1996-04-25 11:14:22 cg Exp $'
 ! !
--- a/ImmArray.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ImmArray.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Array subclass:#ImmutableArray
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !ImmutableArray class methodsFor:'documentation'!
@@ -183,5 +183,5 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.12 1995-12-03 12:15:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.13 1996-04-25 11:15:15 cg Exp $'
 ! !
--- a/ImmutableArray.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ImmutableArray.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Array subclass:#ImmutableArray
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !ImmutableArray class methodsFor:'documentation'!
@@ -183,5 +183,5 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmutableArray.st,v 1.12 1995-12-03 12:15:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmutableArray.st,v 1.13 1996-04-25 11:15:15 cg Exp $'
 ! !
--- a/MessageNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/MessageNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -1575,5 +1576,5 @@
 !MessageNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/MessageNd.st,v 1.45 1996-04-17 20:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/MessageNd.st,v 1.46 1996-04-25 11:14:39 cg Exp $'
 ! !
--- a/MessageNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/MessageNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing message sends
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -1575,5 +1576,5 @@
 !MessageNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/MessageNode.st,v 1.45 1996-04-17 20:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/MessageNode.st,v 1.46 1996-04-25 11:14:39 cg Exp $'
 ! !
--- a/ParseNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ParseNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees; abstract class
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -189,5 +190,5 @@
 !ParseNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.16 1996-04-13 23:04:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.17 1996-04-25 11:13:45 cg Exp $'
 ! !
--- a/PrimNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/PrimNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 StatementNode subclass:#PrimitiveNode
-	 instanceVariableNames:'code primNumber optional'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'code primNumber optional'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !PrimitiveNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing primitive code
+    This is a helper class for the compiler.
 
     Primitives are (currently) not always supported by the incremental compiler 
     - if you want a primitive, you must use the stc-compiler and 
@@ -135,5 +136,5 @@
 !PrimitiveNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.13 1995-12-03 12:17:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.14 1996-04-25 11:14:02 cg Exp $'
 ! !
--- a/PrimaryNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/PrimaryNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ParseNode subclass:#PrimaryNode
-	 instanceVariableNames:'value'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'value'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !PrimaryNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing primaries (variables & literals)
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -91,5 +92,5 @@
 !PrimaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimaryNd.st,v 1.14 1995-12-03 12:15:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimaryNd.st,v 1.15 1996-04-25 11:13:39 cg Exp $'
 ! !
--- a/PrimaryNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/PrimaryNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ParseNode subclass:#PrimaryNode
-	 instanceVariableNames:'value'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'value'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !PrimaryNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing primaries (variables & literals)
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -91,5 +92,5 @@
 !PrimaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.14 1995-12-03 12:15:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.15 1996-04-25 11:13:39 cg Exp $'
 ! !
--- a/PrimitiveNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/PrimitiveNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 StatementNode subclass:#PrimitiveNode
-	 instanceVariableNames:'code primNumber optional'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'code primNumber optional'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !PrimitiveNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing primitive code
+    This is a helper class for the compiler.
 
     Primitives are (currently) not always supported by the incremental compiler 
     - if you want a primitive, you must use the stc-compiler and 
@@ -135,5 +136,5 @@
 !PrimitiveNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimitiveNode.st,v 1.13 1995-12-03 12:17:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimitiveNode.st,v 1.14 1996-04-25 11:14:02 cg Exp $'
 ! !
--- a/RetNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/RetNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 StatementNode subclass:#ReturnNode
-	 instanceVariableNames:'myHome blockHome'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'myHome blockHome'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !ReturnNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing return expressions
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -158,5 +159,5 @@
 !ReturnNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/RetNode.st,v 1.14 1995-12-03 12:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/RetNode.st,v 1.15 1996-04-25 11:13:56 cg Exp $'
 ! !
--- a/ReturnNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ReturnNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 StatementNode subclass:#ReturnNode
-	 instanceVariableNames:'myHome blockHome'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'myHome blockHome'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !ReturnNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing return expressions
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -158,5 +159,5 @@
 !ReturnNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.14 1995-12-03 12:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.15 1996-04-25 11:13:56 cg Exp $'
 ! !
--- a/SelfNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/SelfNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 PrimaryNode subclass:#SelfNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !SelfNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing self
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -89,5 +90,5 @@
 !SelfNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SelfNode.st,v 1.9 1995-12-03 12:15:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SelfNode.st,v 1.10 1996-04-25 11:14:12 cg Exp $'
 ! !
--- a/StatNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/StatNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ParseNode subclass:#StatementNode
-	 instanceVariableNames:'expression nextStatement'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'expression nextStatement'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !StatementNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing statements
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -145,5 +146,5 @@
 !StatementNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/StatNode.st,v 1.13 1995-12-03 12:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/StatNode.st,v 1.14 1996-04-25 11:14:07 cg Exp $'
 ! !
--- a/StatementNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/StatementNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ParseNode subclass:#StatementNode
-	 instanceVariableNames:'expression nextStatement'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'expression nextStatement'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !StatementNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing statements
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -145,5 +146,5 @@
 !StatementNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/StatementNode.st,v 1.13 1995-12-03 12:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/StatementNode.st,v 1.14 1996-04-25 11:14:07 cg Exp $'
 ! !
--- a/SuperNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/SuperNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 SelfNode subclass:#SuperNode
-	 instanceVariableNames:'class isHere'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'class isHere'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !SuperNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing super
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -87,5 +88,5 @@
 !SuperNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SuperNode.st,v 1.9 1995-12-03 12:16:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SuperNode.st,v 1.10 1996-04-25 11:14:27 cg Exp $'
 ! !
--- a/UnaryNd.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/UnaryNd.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MessageNode subclass:#UnaryNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !UnaryNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing unary messages
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -254,5 +255,5 @@
 !UnaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.20 1996-02-10 18:33:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.21 1996-04-25 11:13:50 cg Exp $'
 ! !
--- a/UnaryNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/UnaryNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 MessageNode subclass:#UnaryNode
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !UnaryNode class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing unary messages
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -254,5 +255,5 @@
 !UnaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.20 1996-02-10 18:33:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.21 1996-04-25 11:13:50 cg Exp $'
 ! !
--- a/UndefVar.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/UndefVar.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#UndefinedVariable
-	 instanceVariableNames:'name'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'name'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !UndefinedVariable class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing undefined variables
+    This is a helper class for the compiler.
 
     This class exists solely for the error message when accessing undefined
     variables - instead of returning nil,  the compiler returns an instance
@@ -137,5 +138,5 @@
 !UndefinedVariable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.10 1995-12-03 12:14:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.11 1996-04-25 11:13:34 cg Exp $'
 ! !
--- a/UndefinedVariable.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/UndefinedVariable.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#UndefinedVariable
-	 instanceVariableNames:'name'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'name'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !UndefinedVariable class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing undefined variables
+    This is a helper class for the compiler.
 
     This class exists solely for the error message when accessing undefined
     variables - instead of returning nil,  the compiler returns an instance
@@ -137,5 +138,5 @@
 !UndefinedVariable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariable.st,v 1.10 1995-12-03 12:14:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariable.st,v 1.11 1996-04-25 11:13:34 cg Exp $'
 ! !
--- a/VarNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/VarNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing variables
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -539,5 +540,5 @@
 !VariableNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/VarNode.st,v 1.17 1996-04-13 23:04:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/VarNode.st,v 1.18 1996-04-25 11:15:21 cg Exp $'
 ! !
--- a/Variable.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/Variable.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#Variable
-	 instanceVariableNames:'value name used'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:'value name used'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !Variable class methodsFor:'documentation'!
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing variables
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -93,5 +94,5 @@
 !Variable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.11 1995-12-03 12:14:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.12 1996-04-25 11:14:57 cg Exp $'
 ! !
--- a/VariableNode.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/VariableNode.st	Thu Apr 25 13:15:21 1996 +0200
@@ -36,6 +36,7 @@
 documentation
 "
     node for parse-trees, representing variables
+    This is a helper class for the compiler.
 "
 ! !
 
@@ -539,5 +540,5 @@
 !VariableNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.17 1996-04-13 23:04:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/VariableNode.st,v 1.18 1996-04-25 11:15:21 cg Exp $'
 ! !