qse/qse
2009-01-18 00:44:31 +00:00
..
autoconf renamed ase to qse 2008-12-21 20:30:00 +00:00
cmd changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
doc finished interim implementation of qse_timegm() and qse_timelocal(). 2008-12-30 04:49:25 +00:00
include changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
lib changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
test changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
aclocal.m4 renamed ase to qse 2008-12-21 20:30:00 +00:00
configure changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
configure.ac changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
LICENSE added the LICENSE file 2008-12-27 04:35:14 +00:00
Makefile.am finished interim implementation of qse_timegm() and qse_timelocal(). 2008-12-30 04:49:25 +00:00
Makefile.in changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
README interim commit for qse_pio_t 2009-01-14 04:30:32 +00:00

QSE provides a script engine for various scripting languages. It aims to produce a script engine framework that can be embedded into an application. A hosting application can access various aspects of the embedded script engine and vice versa.

[INSTALL]

Cross compiling for WIN32 with MINGW32
./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --enable-syscall
make