qse/qse
2009-11-20 07:32:55 +00:00
..
ac changed autoconf related files 2009-06-06 06:34:15 +00:00
cmd adding cut 2009-11-14 08:18:12 +00:00
doc touched up code a little 2009-10-08 06:39:18 +00:00
include interim commit. updating rex1.c 2009-11-19 07:47:12 +00:00
lib interim commit - enhancing rex1.c 2009-11-20 07:32:55 +00:00
regress - enhanced how to determine between a function call and a variable concatenated with an parenthsized expression. 2009-10-20 07:33:40 +00:00
samples interim commit. updating rex1.c 2009-11-19 07:47:12 +00:00
aclocal.m4 changed autoconf related files 2009-06-06 06:34:15 +00:00
configure added partial code for cut 2009-10-05 08:08:27 +00:00
configure.ac added partial code for cut 2009-10-05 08:08:27 +00:00
LICENSE touched up code a bit 2009-09-16 04:01:02 +00:00
Makefile.am fixed make distcheck problem 2009-08-22 20:35:46 +00:00
Makefile.in fixed make distcheck problem 2009-08-22 20:35:46 +00:00
README touched up code a little 2009-10-08 06:39:18 +00:00

QSE is a code library that implements various Unix utilities in an
embeddable form and provides a set of APIs to embed them into an application.
The APIs have been designed to be flexible enough to access various aspects of
a hosting application and an embedded object from each other. By embedding
a Unix utility into an application, a developer is relieved of problems caused
by interacting with external programs and is given tighter control over it.

Currently the library implements the following utilities:
- SED Stream Editor
- CUT Text Cutter
- AWK Interpreter

As the library grows, more utilities will be added.

The library is licensed under the Apache License, Version 2.0.

The project webpage: http://qse.googlecode.com/

For further information, contact:
Chung, Hyung-Hwan <bacon@abiyo.net>