TotallyNotChase / c-iterators
A demonstration of implementing a "type-safe" lazy iterator interface in pure C99
☆97Updated 3 years ago
Alternatives and similar repositories for c-iterators:
Users that are interested in c-iterators are comparing it to the libraries listed below
- Pottery - A container and algorithm template library in C☆124Updated 2 years ago
- Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C☆44Updated 3 years ago
- clex is a simple lexer generator☆93Updated last month
- A compiler for a new language focusing on compile-time execution and no LLVM dependency.☆287Updated last year
- Full-featured interfaces for C99☆310Updated last month
- A small, usability-oriented generic container library.☆219Updated 2 weeks ago
- Bytecode interpreter☆71Updated this week
- C17 compiler implementation from scratch☆64Updated last year
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆123Updated last year
- Type-safe Printf in C☆71Updated 2 weeks ago
- C programming language extension: Cedro pre-processor☆47Updated last year
- Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators☆30Updated 3 years ago
- ☆90Updated this week
- Memory slices for C99☆47Updated last month
- Generic, strongly typed, header-only data structures in C☆27Updated 11 months ago
- A list of awesome C preprocessor stuff☆310Updated last month
- Reference counter for C☆53Updated last year
- A C compiler that tries to eliminate the need for header files as much as possible.☆59Updated this week
- Completely avoid dangling pointers in C.☆37Updated 3 years ago
- A bare-bones minimal executable application for efi on the x64 platform☆52Updated last year
- Stackful Async Subroutines for C. Brings async 2 C☆93Updated 3 years ago
- Interactive C/C++ preprocessor macro debugger☆155Updated 4 years ago
- C macro overloading☆22Updated 2 months ago
- Generic Algorithms and Data Structures in C☆34Updated last year
- The Roman II Programming Language