mirror of
https://github.com/cesanta/slre.git
synced 2024-11-17 08:55:30 +00:00
Rephrased ISO C sentence
This commit is contained in:
parent
d958847ee4
commit
43c80386e0
@ -4,7 +4,7 @@ SLRE: Super Light Regular Expression library
|
|||||||
SLRE is an ISO C library that implements a subset of Perl regular
|
SLRE is an ISO C library that implements a subset of Perl regular
|
||||||
expression syntax. Main features of SLRE are:
|
expression syntax. Main features of SLRE are:
|
||||||
|
|
||||||
* Written in strict ISO C, conforming to ANSI C'89
|
* Written in strict ANSI C'89
|
||||||
* Small size (compiled x86 code is about 5kB)
|
* Small size (compiled x86 code is about 5kB)
|
||||||
* Uses little stack and does no dynamic memory allocation
|
* Uses little stack and does no dynamic memory allocation
|
||||||
* Provides [intuitive simple
|
* Provides [intuitive simple
|
||||||
|
Loading…
Reference in New Issue
Block a user