Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyung-hwan/qse
AWK interpreter & SED stream editor written in C/C++. AWK is not developed here any more. Visit https://github.com/hyung-hwan/hawk instead.
https://github.com/hyung-hwan/qse
awk embedding framework httpd interpreter library qseawk qsesed sed
Last synced: about 1 month ago
JSON representation
AWK interpreter & SED stream editor written in C/C++. AWK is not developed here any more. Visit https://github.com/hyung-hwan/hawk instead.
- Host: GitHub
- URL: https://github.com/hyung-hwan/qse
- Owner: hyung-hwan
- License: other
- Created: 2015-04-27T06:57:17.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T02:23:33.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:34:08.827Z (8 months ago)
- Topics: awk, embedding, framework, httpd, interpreter, library, qseawk, qsesed, sed
- Language: C
- Homepage: http://code.miflux.com/@qse
- Size: 12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - qse
README
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](doc/page/awk-lang.md)
* [QSEAWK Embedding Guide](doc/page/awk-embed.md)