Files
qse/qse
hyung-hwan 0b89f7e322 changed code for new qse_awk_valtostr().
- fixed a bug in shorten_record() in awk/run.c
- added qse_awk_valtostrdup()
- added qse_awk_rtx_alloc ()
- added qse_awk_rtx_free ()
2009-03-01 09:27:03 +00:00
..
2008-12-21 20:30:00 +00:00
2009-02-21 23:06:45 +00:00
2008-12-21 20:30:00 +00:00
2009-02-25 08:05:17 +00:00
2009-02-25 08:05:17 +00:00
2008-12-27 04:35:14 +00:00
2009-02-21 23:06:45 +00:00

QSE provides a script engine for various scripting languages and utility programs. It aims to produce a flexible 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 

<< DOCUMENTATION >>

Generate the API documents with robodoc.
	
	robodoc --rc doc/robodoc.rc --css doc/robodoc.css --src . --doc ./doc/qse