mwilliams / lcthw-bookLinks
Text version of Zed Shaw's Learn C the Hard Way
☆25Updated 13 years ago
Alternatives and similar repositories for lcthw-book
Users that are interested in lcthw-book are comparing it to the libraries listed below
Sorting:
- libcii ported to Autotools/libtool - D. R. Hanson's C Interfaces and Implementations☆67Updated 14 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆86Updated 3 years ago
- a C read-eval-print loop (abandoned)☆209Updated 5 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Mirror of main nasm git repo at http://repo.or.cz/w/nasm.git☆98Updated 13 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- Rabbit VM.☆110Updated 6 years ago
- MOVING TO: https://cirosantilli.com/linux-kernel-module-cheat/#algorithms see README. Algorithm tutorials and simple multi-language imple…☆80Updated 5 years ago
- how to hide data inside pointers☆34Updated 10 years ago
- ☆32Updated 5 months ago
- JTK is a library designed for writing applications and libraries in C. It provides core utilities such as collections, unit testing, I/O …☆26Updated 5 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- self education and historical research of the C++ compiler cfront v3☆87Updated 9 years ago
- A (very) basic 8086 emulator written in python - just for fun.☆52Updated 4 months ago
- SubC Compiler : By Nils M Holm, 2011--2012☆16Updated 13 years ago
- Simple, memory-safe data-structures in C.☆162Updated 10 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- Some ADT:s - written in C☆57Updated 10 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆74Updated 15 years ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 6 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆38Updated 4 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- A modified version of Henry Spencer's BSD regular expression library. The original version is in the regex repository.☆24Updated 2 years ago
- musl libc projects (such as _BSD_SOURCE)☆18Updated 11 years ago
- An implementation of Scheme in Python and C++☆174Updated 9 months ago
- Tiny system call tracer and debugger☆109Updated 7 years ago
- Solutions for "The C Programming Language", 2nd Edition, Kernighan and Ritchie☆113Updated 13 years ago
- Fast interpreter with macros, local type inference, LLVM backend.☆163Updated 7 years ago