updated documentation a bit
This commit is contained in:
parent
0d83bdba2c
commit
7715b1b9f9
@ -2,21 +2,18 @@
|
|||||||
|
|
||||||
@section awk_intro INTRODUCTION
|
@section awk_intro INTRODUCTION
|
||||||
|
|
||||||
QSEAWK is an embeddable AWK interpreter that is a part of the QSE library.
|
QSEAWK is an embeddable AWK interpreter that is a part of the @ref qse_intro "QSE" library. The design focuses on building a flexible and robust embedding API with minimal platform dependency. An embedding application is capable of
|
||||||
The design focuses on easy to use APIs
|
- adding new global variables and functions.
|
||||||
|
- getting and set the value of a global variable.
|
||||||
A embedding application can
|
- calling a function.
|
||||||
- add new awk global variables and functions.
|
- customizing I/O handlers for file, pipe, console I/O.
|
||||||
- get and set the value of a global variable.
|
- creating multiple interpreters independent of each other.
|
||||||
- call an awk function.
|
- running a single script with different I/O streams independently.
|
||||||
- customize I/O handlers for file, pipe, console I/O.
|
- changing language features by setting options.
|
||||||
- embed multiple interpreters independent of each other.
|
|
||||||
- run a single script with different I/O streams independently.
|
|
||||||
- change language features by setting options.
|
|
||||||
|
|
||||||
The interpreter implements the language described in the book
|
The interpreter implements the language described in the book
|
||||||
The AWK Programming Language(http://cm.bell-labs.com/cm/cs/awkbook/) with
|
The AWK Proramming Language (http://cm.bell-labs.com/cm/cs/awkbook/)
|
||||||
some extensions.
|
with some extensions.
|
||||||
|
|
||||||
@section awk_ext EXTENSIONS
|
@section awk_ext EXTENSIONS
|
||||||
Some language extensions are implemented and they can be enabled by setting the
|
Some language extensions are implemented and they can be enabled by setting the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/** @mainpage QSE
|
/** @mainpage QSE
|
||||||
|
|
||||||
@section INTRODUCTION
|
@section qse_intro INTRODUCTION
|
||||||
|
|
||||||
@b QSE is a code library that implements various Unix utilities in an
|
@b 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.
|
embeddable form and provides a set of APIs to embed them into an application.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user