

                 O B J E C T I V E - C   F A B R I C A T O R
	
                          by David Stes (stes@can.nl)

WHAT IS FAB ?

	Fab is a tool for producing Objective C objects; the source
	code of the Computer Algebra Kit, a set of Objective C
	objects for arbitrary precision arithmetic and computer
	algebra, is written in "fab".
	
	Fab extracts private and public header, source and
	documentation files from files with a ".fab" extension.
	Given a file named "MyObject.fab", fab deposits,
	depending on the options being used, files called
	"MyObject.h", "MyObject.m", "MyObject.html" etc. in the
	specified directories.
	
	In my opinion, the most important benefit of using "fab" is
	the ability to produce public/private header files.
	
LICENSE

	See the LICENSE file (GNU GPL).


INSTALLING THE SOFTWARE


	This is the Windows95 port of the UNIX utility.
	(see http://sunsite.unc.edu/pub/Linux/devel/lang/objc/)
	
	You can run fab on the example file as follows :
	
		fab example.fab -rtf example.rtf
		
	The 'fab.exe' executable was produced with my objective c
	translator, using LCC-WIN32 as C compiler.
	
        LCC-WIN32 can be found at http://www.cs.virginia.edu/~lcc-win32/

