# michaelficarra/CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility

Repository: https://github.com/michaelficarra/CoffeeScriptRedux
Canonical: https://ross.abutalabs.com/products/coffeescriptredux
Homepage: https://michaelficarra.github.com/CoffeeScriptRedux/
Language: CoffeeScript
License: BSD-3-Clause
License Family: permissive
Last push: 2022-07-19T20:35:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5205, "days_push": 1506, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1825, forks 110 (observed 2026-08-28T04:05:41.294936+00:00)

## What it is
A rewrite of the CoffeeScript compiler built with proper compiler design principles, emphasizing robustness and extensibility. It compiles CoffeeScript source code to JavaScript via a clean lexer/parser/AST pipeline.

## Use cases
- compile coffeescript to javascript
- rewrite of the coffeescript compiler with better architecture
- parse coffeescript into an AST
- extensible coffeescript compiler for tooling
- replace the original coffeescript compiler

## When to choose
- You need a more robust, extensible CoffeeScript compiler than the original
- You want programmatic access to a CoffeeScript AST for building tools
- You're compiling CoffeeScript in a Node.js project

## When to avoid
- You're starting a new project (CoffeeScript itself is largely legacy; prefer modern JavaScript or TypeScript)
- You need the exact behavior of the original jashkenas compiler without deviations
- You need actively maintained tooling with recent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: compiler, parser, developer-tools
- domain: compilers, programming-languages, developer-tools, web-development
- platform: cli, cross-platform
- tags: coffeescript, transpiler, javascript, compiler-rewrite, nodejs

## Member repositories
- michaelficarra/CoffeeScriptRedux (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.294936+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-30T03:19:41.818679+00:00, confidence not recorded.
  - readme: https://github.com/michaelficarra/CoffeeScriptRedux (fetched 2026-08-28T04:05:41.294936+00:00, sha a72612f77016)
- Data as of 2026-08-30T08:39:29.467469+00:00.
