Parser.st
changeset 263 3b21d0991eff
parent 260 b881b17d0da6
child 265 a8617dc49bbf
--- a/Parser.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/Parser.st	Thu Apr 25 19:09:53 1996 +0200
@@ -204,6 +204,9 @@
         ByteCodeCompiler Scanner ObjectFileLoader
         Workspace
         SystemBrowser
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -3448,6 +3451,6 @@
 !Parser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.76 1996-04-25 07:56:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.77 1996-04-25 17:05:50 cg Exp $'
 ! !
 Parser initialize!