hsutter/cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 11th, 2026
Created on September 15th, 2021
Open Issues & Pull Requests: 202 (+0)
GitHub issues: Enabled
Number of forks: 268
Total Stargazers: 6,002 (+0)
Total Subscribers: 109 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 hours
Mean response time: 42.6 days
90th percentile: 98.7 days
Tracked items: 121

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "suggestion" is answered fastest, typically in about 7 hours, while "bug" waits about 2 days. Only 2% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 78
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 681 days
Stale 30+ days: 78
Stale 90+ days: 77

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (95)
  • suggestion (28)
  • not-planned (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Cppfront is a compiler that translates an experimental C++ syntax variant called Cpp2 into standard C++20 code.

The project addresses the challenge of prototyping and experimenting with potential C++ language features by providing a simpler, safer syntax for writing ordinary C++ while maintaining full compatibility with the existing C++ ecosystem. Rather than creating a separate language, Cpp2 functions as an alternative syntax layer that compiles down to standard C++, allowing developers to write code that integrates seamlessly with existing C++20 compilers, libraries, and tools without requiring any modifications to those tools. The compiler generates valid C++ source code that can be used directly with any standards-compliant compiler.

Cppfront is intended for developers and language designers interested in exploring potential improvements to C++ syntax and safety features before they might be considered for standardization. It suits projects where experimentation with new language concepts is valuable and where developers are comfortable working with an evolving, research-oriented tool. The project explicitly positions itself not as a C++ successor or alternate ecosystem but as a vehicle for prototyping ideas that could eventually influence the evolution of standard C++ itself. It maintains full interoperability with Standard C++ modules, concept requirements, and other modern C++ features, making it suitable for integration into existing C++ codebases.

The project maintains active continuous integration across multiple compilers and platforms. Development appears focused on refining the compiler implementation and expanding language feature coverage based on feedback from the design community. The tool remains under active experimentation and iteration, with status updates provided to track progress on the compiler's capabilities and design decisions.