wok-current view lua5.1-lpeg/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 LPeg is a new pattern-matching library for Lua,
2 based on Parsing Expression Grammars (PEGs).
3 This text is a reference manual for the library.
4 For a more formal treatment of LPeg,
5 as well as some discussion about its implementation,
6 see A Text Pattern-Matching Tool based on
7 Parsing Expression Grammars.