/Lua-Capture

Test lua capture patterns online

Primary LanguageGo

Lua Capture

Test your lua capture patterns against strings online.

try online

Motivation

While adding a parser to nvim-lint i realized that there were no websites to test lua capture patterns easily and here we are.

How it works

Go backend runs an embedded lua function to return captured groups.

Tech Stack

As minimal as it can be:

  • Frontend with htmx
  • Backend with Go and templating with templ
  • Styling with picocss

Note

It takes a while for Render to start the app for the first time each day. After that load is much faster.