qzmfranklin / cppgmLinks
C++ compiler, from scratch. Only completed the preprocessing tokenizer yet.
☆12Updated 7 years ago
Alternatives and similar repositories for cppgm
Users that are interested in cppgm are comparing it to the libraries listed below
Sorting:
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 8 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 3 weeks ago
- I-cache line packing and branch misprediction measuring tool☆18Updated 8 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- CCS in C++☆26Updated 2 years ago
- Bullet physics library ported to JavaScript with Cheerp☆23Updated 9 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- ☆22Updated 3 years ago
- CorrelationVector-Cpp provides a reference C++ implementation of the CorrelationVector protocol for tracing and correlation of events thr…☆18Updated 3 years ago
- Software transactional memory system developed at Wyatt Technology☆29Updated 5 years ago
- Ironclad C++ brings type-safety to C++. It provides safe alternatives to unsafe constructs in C++ to prevent type-safety errors that lea…☆18Updated 2 years ago
- The cilkplus/llvm repo implements the Intel Cilk Plus language extensions to C and C++ in LLVM.☆69Updated 9 years ago
- ASIO Cooperative Task for await-based coroutine☆16Updated 6 years ago
- Demonstrate how to construct an Event-driven system in a way that is intuitive and easier to understand.☆18Updated 2 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- ☆12Updated last year
- C in four functions☆19Updated 9 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆50Updated 5 months ago
- Open Power Performance Analysis Tool☆28Updated 2 years ago
- Many Threads Operating System☆17Updated 3 years ago
- Compiler intermediate language for static analysis.☆107Updated 6 years ago
- Sample matrix multiply code to show affect of blocking and data alignment☆17Updated 9 years ago
- A hash table implementation using Robin Hood Linear Probing