pomsky-lang/pomsky
A new, portable, regular expression language observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 78
- Release rhythm 24
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1656
- days_rel: 298
- days_push: 133
- n_releases_24m: 1
Adoption not part of the score
1352 stars · 20 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pomsky is a modern, portable regular expression language that cross-compiles to standard regexes for engines like PCRE, JavaScript, Python, Java, .NET, Ruby, Rust, and RE2. It ships as a Rust library and CLI, with a VS Code extension and online playground.
Use cases
- write readable regexes with saner syntax
- compile pomsky expressions to JavaScript regex
- generate regexes compatible with multiple engines
- replace complex regex with variables and ranges
- test regex patterns with built-in tests
When to choose
- you maintain complex regexes that are hard to read
- you need the same pattern across multiple regex flavors
- you want editor tooling and diagnostics for regex authoring
When to avoid
- your team only knows plain regex and won't learn a new syntax
- you target a regex engine Pomsky doesn't support
- you need zero build step in your pipeline
Facets
library · maturity active
parser compiler developer-tools programming-languages parsers developer-tools rust cli cross-platform regex-language transpiler regular-expressions vscode-extension nodejs
5 sources
- readme: https://github.com/pomsky-lang/pomsky · fetched 2026-08-28 · f1cfdcefcdd6
- homepage: https://pomsky-lang.org · fetched 2026-08-29 · 0c2ceb35844b
- site_page: https://pomsky-lang.org/docs/get-started/introduction · fetched 2026-08-29 · 243f4f2bbba8
- registry_crates: https://crates.io/api/v1/crates/pomsky · fetched 2026-08-29 · 90453e9ebe0a
- site_page: https://pomsky-lang.org/contact · fetched 2026-08-29 · 0d959531f8d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pomsky-lang/pomsky | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="pomsky-lang/pomsky")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem