compiler/TFilesystemProvider.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 14 Sep 2015 11:19:10 +0100
changeset 8 eec72263ed75
child 10 2b9beeac547e
permissions -rw-r--r--
Introduced TEnvironment, a container object that keeps all (class) definition requiref for a compilation

"{ Package: 'jv:tea/compiler' }"

"{ NameSpace: Smalltalk }"

TEnvironmentProvider subclass:#TFilesystemProvider
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Tea-Compiler-Model-Provider'
!