eliben / c-unleashed-book-souce-codeLinks
Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.
☆73Updated 3 years ago
Alternatives and similar repositories for c-unleashed-book-souce-code
Users that are interested in c-unleashed-book-souce-code are comparing it to the libraries listed below
Sorting:
- Implement a Lisp, in C, from scratch, no libs☆81Updated 2 years ago
- cparse is an LR(1) and LALR(1) parser generator☆51Updated 6 months ago
- clex is a simple lexer generator☆95Updated 6 months ago
- Hindley–Milner Type inferencing in C☆48Updated 2 years ago
- Self-hosting C toolchain, from scratch☆36Updated 4 months ago
- A bignum library for C.☆33Updated 11 months ago
- Bootloader exploration☆19Updated 3 years ago
- Single-header, non-backtracking regular expression engine written in C89☆12Updated 2 years ago
- Type-safe Printf in C☆72Updated 5 months ago
- Yet another C compiler.☆30Updated last year
- Can I make an *optimizing* compiler under 1k lines of code?☆60Updated 3 months ago
- ☆12Updated 9 months ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- 🔗 Common Data Structures and Algorithms☆51Updated last year
- A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:☆44Updated 6 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- Preprocessor metaprogramming knowledge obscurity chart☆48Updated last year
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆17Updated last month
- Personal branch of git://c9x.me/qbe.git☆37Updated 3 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- re1, the unbloated regexp engine by Russ Cox, elaborated to be useful for real-world applications☆42Updated 6 years ago
- tiny emacs☆25Updated 3 years ago
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- Ternary Search Tree + Bloom filter☆19Updated 4 years ago
- C implementation of C++ Utility functions https://en.cppreference.com/w/cpp/utility/intcmp☆18Updated 2 years ago
- SSA based compiler targeting x86_64☆10Updated 3 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆153Updated 3 years ago
- Small arena allocator in c☆29Updated 4 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 10 years ago