//=======================================\\ |
||  ||      ||   |||           ||||||||  || |
||  ||||  ||||   |||          |||        || |
||  || |||| ||   |||          |||        || |
||  ||  ||  ||   |||||||||||   ||||||||  || |
||=======================================|| |
||Multi-Platform Language for Calculators|| |
\\=======================================// | 
____________________________________________|

       %%  %%%% %   %      @      @@@
      %  % %    %   %     @@     @   @
      %  % %%%   %%%     @ @       @@
      %%%% %    %   %      @      @
      %  % %    %   %    @@@@ ## @@@@@

###########################################################
## last update: 2005-01-12 ##
#############################

MLC AFX 1.2 (beta 1) SOURCE DOCUMENTATION

####################### COPYRIGHTS ########################
MLC Copyrights (c) 2004 - 2005 Epic Programming Studio
MLC AFX Copyrights (c) 2004 - 2005 Jacek (4nic8) Malinowski
###########################################################

######################## COMPILING ########################
---> To compile the MLC interpreter:
tcc -2 -d -mt -r -v- -y- -O -G -Le:\tc3\lib -Ie:\tc3\include MLCafx.c

---> To compile the MLC Sprites Editor:
tcc -2 -d -mt -r -v- -y- -O -G -Le:\tc3\lib -Ie:\tc3\include mlc-se.c

###########################################################

####################### FILES LIST ########################

----> the main folder:
abc.c		- TI 83(+) font made for MLCafx in the Universal Font Editor
Def.h		- a file by John Wellesz used in memzones
F_BFONT.C	- MLC shell font made in the Universal Font Editor
interpr.c	- the MLC interpreter functions
Memzones.c	\
Memzones.h	- the memzones lib by John Wellesz
mlc.h		- a header file with MLC parameters, types and error messages
MLCafx.c	- the main file witch links all MLC interpreter files together
mlc-se.c	- the MLC sprites editor (it's a separated file)
MZLIST.C	- Memory Zones Library Add-On by Superna
shell.c		- the MLC shell
token.c		- the MLC tokenizer functions

----> the libs folder:
FONT_x.C	- gxlib plug-in to draw fonts made in the Universal Font Editor
gx_plug.c	- gxlib plug-in with useful graphics routines
gxlib10.c	\
gxlib10.h	- gxlib by Orwell
gxlibcod.c	- MLC sprites format to gxlib format converter by Orwell
TESTKEY.C	- keyboard test routines
utils.c		\
utils.h		- some APO etc. routines

###########################################################