davideuler / SQLite-2.5.0-for-code-readingLinks
SQLite 2.5.0 fixed version for modern GCC, which is perfect for code reading, database design learning
☆387Updated 7 years ago
Alternatives and similar repositories for SQLite-2.5.0-for-code-reading
Users that are interested in SQLite-2.5.0-for-code-reading are comparing it to the libraries listed below
Sorting:
- A simple database built from scratch that has some the basic RDBMS features (SQL query parser, transactions, query optimizer)☆319Updated 2 years ago
- ☆68Updated 2 years ago
- Hobby OS☆246Updated 8 years ago
- A simple mark-sweep garbage collector in C☆749Updated 5 years ago
- Interesting readings and talks on computer science☆712Updated 7 months ago
- Source for the little book about OS development☆42Updated 9 years ago
- Code reading for sqlite backend☆406Updated 2 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆543Updated 6 years ago
- Test suite to help you write your own C compiler☆892Updated last year
- Mini Database Engine in C++☆132Updated 6 years ago
- The project folder of the 15-445 Introduction to Database system☆45Updated 7 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,107Updated 4 years ago
- How to write a very simple JIT compiler☆1,880Updated 4 years ago
- Simple, zero-dependency garbage collection for C☆1,274Updated last year
- Experimenting with persistence in C☆185Updated 3 years ago
- Material for the Creating a Compiler video lesson series.☆555Updated 3 years ago
- A simple memory allocator - Memory allocation 101☆299Updated 6 years ago
- How to write a UNIX shell, with a lot of background☆356Updated 8 years ago
- A detailed guide to the xv6 code.☆287Updated 2 years ago
- Example code for compilers textbook.☆192Updated 2 years ago
- A simple webserver written in C☆764Updated 2 years ago
- build your own text editor☆910Updated 2 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆293Updated 3 years ago
- Awesome materials about database development.☆1,527Updated last year
- A book about compiling Racket and Python to x86-64 assembly☆1,477Updated last month
- A toy C compiler☆524Updated 4 years ago
- A tiny compiler for a language featuring LL(2) grammar. With Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour…☆578Updated 4 months ago
- implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture☆86Updated 3 years ago
- an incremental approach to compiler construction☆942Updated 5 years ago
- book and codes for Modern Compiler Implementation in C☆388Updated last year