Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msyavuz/Lua-Capture

Test lua capture patterns online
https://github.com/msyavuz/Lua-Capture

lua regex-pattern

Last synced: 4 days ago
JSON representation

Test lua capture patterns online

Awesome Lists containing this project

README

        

# Lua Capture

Test your lua capture patterns against strings online.

[try online](https://lua-capture.onrender.com/)

## Motivation

While adding a parser to [nvim-lint](https://github.com/mfussenegger/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](https://htmx.org/)
- Backend with Go and templating with [templ](https://github.com/a-h/templ)
- Styling with [picocss](https://picocss.com/)

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