ParseNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 373 b7c6cf510024
--- a/ParseNode.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/ParseNode.st	Thu Apr 25 19:09:53 1996 +0200
@@ -37,6 +37,9 @@
 "
     node for parse-trees; abstract class
     This is a helper class for the compiler.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -190,5 +193,5 @@
 !ParseNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.17 1996-04-25 11:13:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.18 1996-04-25 17:08:24 cg Exp $'
 ! !