Files
qse/qse
hyung-hwan 987e709021 - minor improvements to tio and sio
- renamed extio to eio in awk
- renamed qse_awk_run_t to qse_awk_rtx_t
2009-01-31 04:31:40 +00:00
..
2008-12-21 20:30:00 +00:00
2009-01-27 09:26:15 +00:00
2009-01-31 04:31:40 +00:00
2009-01-29 08:50:30 +00:00
2008-12-21 20:30:00 +00:00
2009-01-27 09:26:15 +00:00
2009-01-27 09:26:15 +00:00
2008-12-27 04:35:14 +00:00
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