Developer Tools / Compiler

myCC

An open-source C compiler written in Java, with a preprocessor, parser, semantic analysis, TAC lowering, a VM, and an interactive C shell. The repo also includes an x86-64 assembler, build and test instructions, and concrete proof points like passing Lua and curl test suites.

Clear28/30
Useful27/30
Specific15/20
Complete15/20
myCC screenshot

Why it was accepted

The page clearly describes a real AI-assisted developer project with enough detail for a useful listing: what the compiler does, how it runs, what targets it supports, how to build and test it, and what is already working. The README also includes concrete usage examples and test-suite evidence, which makes it more than a thin repo landing page.

Weakness

It still leaves some practical questions unanswered, like how mature the linker roadmap is, how the project is packaged for first-time users, and what parts of the C2y/C23 surface are still incomplete beyond the listed gaps.

Review status

38 minutes ago #684 ↓ -3

Last evaluated 38 minutes ago. Current rank #684. Down 3 spots in the rankings.

Score history

85

Related listings

CodeGraph screenshot
94

Developer Tools / AI for Code

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

Mercemur screenshot
93

Developer Tools / API / AI Agent Infrastructure

Mercemur is a store automation platform with three interfaces: a REST API, an MCP server for AI agents, and a CLI for editing storefronts as files. The docs show authentication, scopes, rate limits, error handling, pagination, idempotency, and a large API surface for catalogue, orders, customers, pricing, and money.

Lumae screenshot
#4 Lumae
92

Developer Tools / Code Assistant

Lumae is a free native macOS screen recorder and screenshot tool for polished demos, with automatic zooms, cursor smoothing, motion blur, captions, voiceover, and annotated screenshots. It also exposes editing commands over MCP so agents like Claude Code or Claude Desktop can edit projects directly.

ripwire screenshot
#6 ripwire
92

Developer Tools / Code Assistant

A zero-dependency C++23 CLI and MCP server that gives coding agents a ranked map of a repository, including call context, blast radius, and tests to run.