cppfront
C++ converter
An experimental compiler converting modern C++ syntax to an older, simpler form
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
6k stars
112 watching
249 forks
Language: C++
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
lewissbaker/cppcoro | A library of C++ coroutine abstractions for building high-performance asynchronous programming systems. | 3,448 |
danmar/cppcheck | Automated code analysis tool for C and C++ code | 5,882 |
scramjetorg/framework-cpp | A C++ framework for reactive stream programming with concurrent asynchronous operations | 3 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 43,002 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,526 |
anthonycalandra/modern-cpp-features | A resource for learning modern C++ language and library features | 19,885 |
andreasfertig/cppinsights | A tool that shows how the compiler transforms C++ source code into machine code | 4,132 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
carbon-language/carbon-lang | An experimental successor to C++ with the goal of improving performance and developer experience while maintaining backward compatibility. | 32,439 |
cpp-best-practices/cppbestpractices | A collection of guidelines and resources for writing high-quality C++ code. | 8,205 |
rui314/chibicc | An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly. | 9,774 |
microsoft/cpprestsdk | A C++ SDK for building cloud-based client-server communication applications. | 8,041 |
microsoft/vscode-cpptools | Adds C/C++ language support to Visual Studio Code with editing and debugging features | 5,550 |
osrf/osrf_testing_tools_cpp | Provides common testing tools and utilities for C++ projects | 33 |
jbeder/yaml-cpp | A C++ library for parsing and emitting YAML data | 5,212 |