{"adoption": {"forks": 123, "observed_at": "2026-08-28T04:03:38.475541+00:00", "stars": 1116}, "canonical_url": "https://ross.abutalabs.com/products/peg", "card": {"archived": false, "artifact_type": "cli-tool", "description": "Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.", "domain": ["parsers", "programming-languages", "developer-tools"], "enriched": true, "function": ["parser", "compiler", "developer-tools"], "health_score": 70, "homepage": null, "language": "Go", "license": "BSD-3-Clause", "license_family": "permissive", "maturity": "active", "member_repos": ["pointlander/peg"], "name": "pointlander/peg", "platform": ["go", "cli", "cross-platform"], "pushed_at": "2026-05-24T22:49:47+00:00", "repo": "pointlander/peg", "stars": 1116, "tags": ["parsing-expression-grammar", "packrat-parser", "parser-generator", "code-generation", "go-generate"], "topics": [], "urls": [], "use_cases": ["generate a parser from a PEG grammar in Go", "parse a custom DSL or config file format", "build a recursive descent parser with backtracking", "replace regex-based parsing with a real grammar", "integrate grammar-based parsing into a Go build with go:generate"], "what_it_is": "Peg is a Packrat parser generator for Parsing Expression Grammars (PEG), written in Go. It compiles .peg grammar files into Go source code via go:generate, supporting backtracking and negative look-ahead beyond regular expressions.", "when_to_avoid": ["you need LR/LALR-style parsing or ambiguous grammar support", "you are not working in Go", "you need runtime-modifiable grammars rather than generated code"], "when_to_choose": ["you need a parser in Go with backtracking and look-ahead", "you want grammar definitions compiled to plain Go code", "you prefer Packrat memoization for deterministic parsing"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/peg", "repo": "pointlander/peg", "role": "main", "score": 70}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:03:38.475541+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T06:41:59.335987+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0a4507ec2ff53df29b60840b8f6cdac96e6a86da8adfdf1a89b0aa6419e2312c", "fetched_at": "2026-08-28T04:03:38.475541+00:00", "kind": "readme", "missing": false, "url": "https://github.com/pointlander/peg"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 84, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 5974, "days_push": 101, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 70, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}