http://xlang.sourceforge.net/
X/lang - the eXtensible Language 0.1
------------------------------------
WHAT IS X/LANG ?
X/lang is a portable programming language with a good
set of APIs (sys, lang, io, net, gfx, db, ...).
It is distributed under the GNU General Public License
see the accompanying COPYING file for more details.
INSTALLING
./configure
make
make install
USAGE
./xlc --lang=c --input=main.xc
OR
./xlc -lc -imain.xc
-l ; select the language (c, lisp, basic)
-i ; select the main source file
For more information read the 'main.xb' file
and/or read the documentation.
DOCUMENTATION
See at http://xlang.sourceforge.net
|