TCompiler.st
changeset 0 db69a8d8b368
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TCompiler.st	Sat Aug 22 00:17:35 2015 +0100
@@ -0,0 +1,11 @@
+"{ Package: 'jv:tea' }"
+
+"{ NameSpace: Smalltalk }"
+
+Object subclass:#TCompiler
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Languages-Tea-Compiler'
+!
+