PrimaryNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 612 2748896a66c8
--- a/PrimaryNode.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/PrimaryNode.st	Thu Apr 25 19:09:53 1996 +0200
@@ -37,6 +37,9 @@
 "
     node for parse-trees, representing primaries (variables & literals)
     This is a helper class for the compiler.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -92,5 +95,5 @@
 !PrimaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.15 1996-04-25 11:13:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.16 1996-04-25 17:08:19 cg Exp $'
 ! !