wok-6.x annotate lua5.1-lpeg/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (16 months ago)
parents
children
rev   line source
Hans-G?nter@25525 1 LPeg is a new pattern-matching library for Lua,
Hans-G?nter@25525 2 based on Parsing Expression Grammars (PEGs).
Hans-G?nter@25525 3 This text is a reference manual for the library.
Hans-G?nter@25525 4 For a more formal treatment of LPeg,
Hans-G?nter@25525 5 as well as some discussion about its implementation,
Hans-G?nter@25525 6 see A Text Pattern-Matching Tool based on
Hans-G?nter@25525 7 Parsing Expression Grammars.