c23
There are 38 repositories under c23 topic.
thradams/cake
Cake a C23 front end and transpiler written in C
AnthonyCalandra/modern-c-features
A cheatsheet of modern C language and library features.
fuhsnn/slimcc
C11 compiler with GNU extensions for x86-64 Linux, working towards C23
AinsleySnow/Ginkgo
A toy C compiler that compatible with C23 and can do limited optimizations
carg-os/karg
A POSIX RISC-V OS kernel written in C23, featuring preemptive priority scheduling, virtual memory, tiered allocators, time management, modular device drivers, with support for ELF and VirtIO-GPU.
ThePhD/ThePhD.github.io
Blogging is a go!
winspool/stdtests
C / C++ Compiler and standard library Conformance Test Suite
ojeda/secure_clear
C23 and C++23 proposal for a `memset_explicit` function and function template for guaranteed memory clears.
carg-os/carg-os
The main repository of CargOS
Oderjunkie/python-else
adds the wonderful and very intuitive `else` clause of `for` and `while` from python back to C
josugoar/csp
C++ style smart pointers for C23
madmann91/overture
A small data structures and algorithms library in C
vulcan-dev/cslw
C99-C23 Simple Lua Wrapper
IbaiBuR/Nibble
UCI chess engine written in C23
andriybyelikov/c-classes-concept
This is a concept about implementing classes in C
diantonioandrea/CLAY
CLAY - A C23 Linear Algebra librarY
diogoefl/cmake_c_project_template
C-based Project template using CMake as buildsystem
fcard/c23meta
Metaprogramming exercises using c23.
fuhsnn/c23doku
Arbitrary-size Sudoku solver written in C23 to explore some of the new features.
RaulCotar/timer
A simple and lighweight cli stopwatch and timer
colorsakura/icat
icat is a simple cat implement with pure c23 language.
courseworks/AUT_BP_2024_Fall_HW1
The first assignment for AUT's Basic Programming course (Fall 2024) focuses on fundamental concepts in C programming. Students will apply conditional statements and basic arithmetic operations to solve practical problems. This assignment is designed to strengthen your understanding of control flow, mathematical computations, and user input/output.
dr8co/LiteString
A simple, lightweight, fast byte string library for C and C++.
evanpacini/functional
Bringing functional programming to C!
goldsteinn/eztest
An Easy Unit Test Framework
makuke1234/slocWin32
A tool to count the sloc of your project.
matiaslindgren/c-stuff
smol c stuf aka stufflib
raggesilver/clapc
A library for parsing command line arguments in C
slaide/pacc
C23 compiler
vadniks/Neglest
An OpenGL 2D roguelike game
anoban/huffman
a header only huffman compression & decompression library in C23
carg-os/init
The init process of CargOS
kutu-dev/och8S
A CHIP-8 emulator made with C23 and SDL2.
MykBamberg/betterctypes
Macros using C23/GNU C typeof specifiers to improve function pointer and array syntax
vadniks/Arnamsneat
A SDL2 based GUI Toolkit library
JayLCypher/RIOT-CSP-MODULE
A RIOT OS Module for GO-like inspired CSP style programming. For more information, check out RIOT OS.