TotallyNotChase / typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
☆44Updated 3 years ago
Alternatives and similar repositories for typeclass-interface-pattern
Users that are interested in typeclass-interface-pattern are comparing it to the libraries listed below
Sorting:
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆98Updated 3 years ago
- Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators☆30Updated 3 years ago
- Abusing the C99 preprocessor for meta-programming☆20Updated 7 years ago
- Memory slices for C99☆48Updated 2 months ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- Standards-defying functional-programming macros for the C preprocessor☆50Updated 10 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆124Updated 13 years ago
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 4 years ago
- Example implementation of coroutine in C☆20Updated 4 years ago
- Full-featured interfaces for C99☆323Updated 2 months ago
- lambda calculus interpreter☆42Updated 4 years ago
- A more powerful C/C++ preprocessor.☆87Updated 5 years ago
- Compile Haskell-like code into C++ template metaprograms☆59Updated 8 years ago
- Robust multi-prompt delimited control and effect handlers in C/C++☆117Updated last year
- order-pp preprocessor library (standalone part of chaos-pp)☆111Updated 3 years ago
- C programming language extension: Cedro pre-processor☆49Updated 2 years ago
- A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!☆40Updated 6 years ago
- Portable high-level assembler with authentic C syntax☆24Updated 2 years ago
- Soul - an esoteric concatenative language☆11Updated last year
- A dependent type theory with user defined data types☆46Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last week
- A Gallina compiler with C++17 as an intermediate representation☆43Updated 4 years ago
- Generic parse tree, configurable lexer, `lemon` parser generator, wrapped for C++17 and Python 3.☆14Updated 4 years ago
- Pottery - A container and algorithm template library in C☆125Updated 3 years ago
- cparse is an LR(1) and LALR(1) parser generator☆51Updated 4 months ago
- ☆63Updated this week
- The Melon programming language☆36Updated 2 years ago
- a self-hosting lambda calculus compiler☆35Updated last month
- An implementation of Pratt Parsing (Vaughn Pratt 1973 "Top Down Operator Precedence") in C/C++☆12Updated last year