spc476 / C-Coroutines
Coroutines for C.
☆73Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for C-Coroutines
- Standards-defying functional-programming macros for the C preprocessor☆49Updated 10 years ago
- Functional-programming macros for the C preprocessor.☆61Updated 9 years ago
- C99 trie library☆98Updated 5 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆57Updated 10 years ago
- Simple unoptimized AVL tree implementation in C89☆40Updated 4 years ago
- strtod and dtoa correct rounding and fast☆41Updated last year
- C11 Lock-free Stack☆180Updated 6 months ago
- Free-List Memory Pool of fixed-size objects in C99☆48Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 3 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆143Updated 7 years ago
- Portable scanf/printf-like functions to marshal binary data☆61Updated 9 years ago
- Robin Hood hash map library☆58Updated 3 years ago
- Portable Runtime System☆23Updated 8 years ago
- Stackful Async Subroutines for C. Brings async 2 C☆93Updated 3 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 8 years ago
- The Lemon parser generator and sibling projects.☆40Updated 2 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆52Updated 5 years ago
- cprops - C Prototyping Tools☆12Updated 12 years ago
- A lightweight conservative garbage collector for C/C++☆118Updated 6 years ago
- Mirror of http://byuu.org/library/libco/☆56Updated last year
- Hierarchical memory allocator☆71Updated 9 years ago
- Shameless copy of http://swtch.com/libtask/ and/or http://code.google.com/p/libtask/☆16Updated 12 years ago
- portability macros for compiler and hardware micro operations☆35Updated 4 months ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- POSIX getopt() as a portable header library☆105Updated last year
- tiny unit testing framework for ANSI C☆55Updated 3 years ago
- Import of Ian Piumarta's peg/leg recursive-descent parser generators for C☆58Updated 9 months ago
- Hierarchical Allocator for C☆63Updated 8 years ago
- skiplist library for C.