{"adoption": {"forks": 61, "observed_at": "2026-08-28T04:05:28.476831+00:00", "stars": 1728}, "canonical_url": "https://ross.abutalabs.com/products/langcc", "card": {"archived": false, "artifact_type": "cli-tool", "description": "langcc: A Next-Generation Compiler Compiler", "domain": ["compilers", "programming-languages", "parsers", "developer-tools"], "enriched": true, "function": ["parser", "compiler", "developer-tools"], "health_score": 20, "homepage": "https://langcc.io", "language": "C++", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["jzimmerman/langcc"], "name": "jzimmerman/langcc", "platform": ["cpp", "cli"], "pushed_at": "2022-12-21T19:13:42+00:00", "repo": "jzimmerman/langcc", "stars": 1728, "tags": ["compiler-compiler", "lr-parsing", "lex-yacc-replacement", "ast-generation", "grammar-specification", "datatypes", "self-hosting", "code-generation", "linux", "macos"], "topics": [], "urls": [], "use_cases": ["generate a parser for a new programming language", "replace lex and yacc with a more powerful grammar tool", "generate AST definitions and traversals from a grammar spec", "debug LR grammar conflicts with concrete example inputs", "generate C++ algebraic datatypes including sum types", "prototype compiler frontends for research languages"], "what_it_is": "langcc is a next-generation compiler compiler that generates efficient linear-time parsers and full compiler frontends (AST definitions, traversals, pretty-printing) from a single declarative .lang grammar file. It extends canonical LR parsing with recursive-descent actions, attribute constraints, and continuation-passing style transformations, and ships with a companion datatype compiler (datacc) for C++ algebraic datatypes.", "when_to_avoid": ["you need a parser in a language other than C++", "you need a mature ecosystem with active maintenance and community support", "you only need a simple regex-based lexer", "you target dynamic or runtime-extensible grammars"], "when_to_choose": ["building a compiler or interpreter frontend in C++", "your grammar is beyond LR(1) and yacc rejects it", "you want declarative grammar specs without embedded C++ actions", "you need fast, linear-time parsers for industrial languages"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/langcc", "repo": "jzimmerman/langcc", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "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:05:28.476831+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:28.476831+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:32:09.737510+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cf18b5472403246b5c645a15ef571b80b14546b5c7e885aaf81b3e1002f957d8", "fetched_at": "2026-08-28T04:05:28.476831+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jzimmerman/langcc"}, {"content_hash": "926d76a61d98c28be9fb0ac844dfff5ba508fed960b28b0c6ea92371fb465b43", "fetched_at": "2026-08-29T11:08:49.448520+00:00", "kind": "homepage", "missing": false, "url": "https://langcc.io"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "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": 1444, "days_push": 1351, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}