msyavuz / Lua-Capture

Test lua capture patterns online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Test lua capture patterns online


Languages

Language:Go 97.3%Language:Lua 2.7%