X Language - the eXtensible Language
------------------------------------

WHAT IS X Language ?

	This document describes the X Language program, a new multi-syntax
	programming including a portable set of APIs to create console or
	graphical applications runnable on many platforms (UNIX/X11, Win32, ...).  
	X Language comes with an interpreter, a compiler and a debugger. 

	It is distributed under the GNU General Public License
	see the accompanying COPYING file for more details. 

INSTALLING

	./configure
	make
	make install

USAGE

	./xlang [prog.xc]	; to start a specific program

DOCUMENTATION

	See at http://www.nongnu.org/xlang/


