wok-current diff lua5.1-lpeg/description.txt @ rev 25620
Use default gcc 6.3 for ghostscript
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 05:39:50 2023 +0000 (16 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 Mon Sep 04 05:39:50 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.