Reorganized the directory structure

This commit is contained in:
hyung-hwan 2022-09-25 09:23:29 +09:00
parent 1bac167e2d
commit 84d1c4c55f
864 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,13 @@
QSE provides an AWK interpreter, a SED stream editor and many more.
The QSE library implements AWK, SED, and other Unix commands in an embeddable
form and defines data types, functions, and classes that you can use when you
embed them into an application. It also provides more fundamental data types
and functions needed when you deal with memory, streams, data structures. The
interface has been designed to be flexible enough to access various aspects of
embedding application and an embedded object from each other.
* The library is licensed under the BSD license. See the LICENSE file.
* The project code is hosted at https://code.miflux.com/hyung-hwan/qse and is mirrored
at https://github.com/hyung-hwan/qse
* [QSEAWK Language](qse/doc/page/awk-lang.md)
* [QSEAWK Embedding Guide](qse/doc/page/awk-embed.md)
* [QSEAWK Embedding Guide](qse/doc/page/awk-embed.md)

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Some files were not shown because too many files have changed in this diff Show More