TotallyNotChase / typeclass-interface-patternLinks
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
☆44Updated 4 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 4 years ago
- Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators☆30Updated 4 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- Memory slices for C99☆48Updated 3 months ago
- Abusing the C99 preprocessor for meta-programming☆20Updated 7 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 10 years ago
- Example implementation of coroutine in C☆20Updated 4 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆124Updated 13 years ago
- The Melon programming language☆36Updated 2 years ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Full-featured interfaces for C99☆325Updated 3 months ago
- A more powerful C/C++ preprocessor.☆87Updated 5 years ago
- dropt is yet another C library for parsing command-line options.☆45Updated 3 years ago
- Simple conservative GC using mimalloc☆40Updated 2 years ago
- The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to cre…☆13Updated last year
- A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!☆41Updated 7 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆112Updated 3 years ago
- Soul - an esoteric concatenative language☆11Updated last year
- cparse is an LR(1) and LALR(1) parser generator☆51Updated 6 months ago
- ☆38Updated 4 years ago
- ☆63Updated this week
- A bison grammar for parsing bison grammars☆9Updated 3 years ago
- Coroutines for C.☆75Updated 8 years ago
- C programming language extension: Cedro pre-processor☆49Updated 2 years ago
- MimIR is my Intermediate Representation☆68Updated this week
- A list of awesome C preprocessor stuff☆341Updated 6 months ago
- [Early Stages] Low level functional programming language with linear types, first class inline functions, levity polymorphism and regions…☆62Updated last year
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 5 years ago
- A plugin framework for namespace macros in C/C++☆36Updated 10 years ago