# pomsky-lang/pomsky

A new, portable, regular expression language

Repository: https://github.com/pomsky-lang/pomsky
Canonical: https://ross.abutalabs.com/products/pomsky
Homepage: https://pomsky-lang.org
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: regex, regexp, regular-expression, pomsky, rust-lang
Last push: 2026-04-23T00:37:30+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 78, release rhythm 24, longevity 100
- inputs: {"age_days": 1656, "days_push": 133, "days_rel": 298, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1352, forks 20 (observed 2026-08-28T04:04:28.477123+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: parser, compiler, developer-tools
- domain: programming-languages, parsers, developer-tools
- platform: rust, cli, cross-platform
- tags: regex-language, transpiler, regular-expressions, vscode-extension, nodejs

## Member repositories
- pomsky-lang/pomsky (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:28.477123+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:42:10.514285+00:00, confidence not recorded.
  - readme: https://github.com/pomsky-lang/pomsky (fetched 2026-08-28T04:04:28.477123+00:00, sha f1cfdcefcdd6)
  - homepage: https://pomsky-lang.org (fetched 2026-08-29T12:00:44.222573+00:00, sha 0c2ceb35844b)
  - site_page: https://pomsky-lang.org/docs/get-started/introduction (fetched 2026-08-29T12:00:44.233944+00:00, sha 243f4f2bbba8)
  - registry_crates: https://crates.io/api/v1/crates/pomsky (fetched 2026-08-29T12:00:44.235588+00:00, sha 90453e9ebe0a)
  - site_page: https://pomsky-lang.org/contact (fetched 2026-08-29T12:00:44.232027+00:00, sha 0d959531f8d4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
