ProgramNode.st
changeset 1345 aee1783088d0
child 2211 73488e248b6c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProgramNode.st	Tue Nov 26 10:12:38 2002 +0100
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libcomp' }"
+
+ParseNode subclass:#ProgramNode
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler ST-80-compatibility'
+!
+
+
+!ProgramNode class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libcomp/ProgramNode.st,v 1.1 2002-11-26 09:12:38 cg Exp $'
+! !