mrnugget / data_structuresLinks
Implementations of common data structures in C
☆15Updated 3 years ago
Alternatives and similar repositories for data_structures
Users that are interested in data_structures are comparing it to the libraries listed below
Sorting:
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆74Updated 6 years ago
- Hindley–Milner Type inferencing in C☆48Updated 3 years ago
- Tools for a compilers course☆127Updated 5 months ago
- Pratt Top-down Operator Precedence Example in Go☆40Updated 4 years ago
- lambda calculus interpreter☆46Updated 4 years ago
- Tiny Programs: Rosetta code for implementations☆57Updated 2 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- Official website for Monkey☆43Updated 11 months ago
- Tracing JIT compiler and runtime for a subset of the JVM☆26Updated 2 years ago
- Educational implementation of a subset of the JVM bytecode to illustrate imperative and object-oriented programming.☆58Updated last year
- CMSC 430 Design and Implementation of Programming Languages☆52Updated last month
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆348Updated 8 months ago
- Implement a Lisp, in C, from scratch, no libs☆85Updated 3 years ago
- An incremental approach to compiler construction☆84Updated 5 years ago
- Lox interpreter written in Lox☆124Updated 5 months ago
- A proto-database inspired by SQLite for educational purposes.☆86Updated 6 months ago
- A CHIP-8 emulator in C.☆18Updated 3 years ago
- A toy programming language written in Go that compiles to C.☆103Updated 3 years ago
- An online Zig compiler inspired by Go and Rust☆83Updated last month
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆113Updated 2 months ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- 32-bit integer only RISC-V core, along with assembler, linker, and compiler from scratch☆22Updated 3 months ago
- The Silk Programming Language☆79Updated 4 years ago
- A garden of small programming language implementations 🪴☆304Updated this week
- ☆26Updated 2 years ago
- A prototype of a web server, using master-worker architecture, written in C.☆51Updated 9 years ago
- Comparing concurrent code example programs between other languages and Zig☆62Updated 9 months ago
- Io, the language, in Go, the language☆83Updated 2 years ago
- A minimal implementation of Hindley-Milner's Algorithm J in OCaml☆77Updated 3 years ago
- Russ Cox/Rob Pike pikevm regex implementation☆37Updated 2 weeks ago