lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, thanks for the report. Fixed.

On Wed, Nov 11, 2020 at 8:43 PM Andrea <andrea.l.vitali@gmail.com> wrote:
'$' at the end of the pattern should anchor to end of string

but if one follows the link the example indicates that '&' at the end of the pattern anchors to end of string

if one overwrites the example by typing a single '$' as pattern, this is seen as '&'...

   A.




On Wed, Nov 11, 2020 at 9:27 AM Spar <developspartv@gmail.com> wrote:
Hello, Lua.
I want to share some of my stuff I made for Lua that might be helpful or interesting to someone here.

1. Lua Patterns Viewer
A tool to analyze, inspect and learn patterns.
The tool has just started working, any help is welcome.

2. Lua Infographics
A collection of charts and infographics about Lua such as:
- Lua libraries names, dependencies and pureness.
- Lua activity and popularity.
- Lua speed benchmarks (From 1.0 to 5.4.1).


--
Andrea Vitali