wok-6.x diff lua5.1-lpeg/description.txt @ rev 25560

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 25 18:09:10 2023 +0000 (14 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lua5.1-lpeg/description.txt	Tue Apr 25 18:09:10 2023 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +LPeg is a new pattern-matching library for Lua,
     1.5 +based on Parsing Expression Grammars (PEGs).
     1.6 +This text is a reference manual for the library.
     1.7 +For a more formal treatment of LPeg,
     1.8 +as well as some discussion about its implementation,
     1.9 +see A Text Pattern-Matching Tool based on
    1.10 +Parsing Expression Grammars.