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:
- Tiny Programs: Rosetta code for implementations☆57Updated 2 years ago
- Official website for Monkey☆43Updated 10 months ago
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆74Updated 6 years ago
- Tools for a compilers course☆127Updated 4 months ago
- Hindley–Milner Type inferencing in C☆48Updated 3 years ago
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆113Updated 2 months ago
- A few Advent of Code puzzles (2022 edition) in C☆107Updated 2 years ago
- An online Zig compiler inspired by Go and Rust☆83Updated 3 weeks ago
- Zig implementation of Crafting Interpreters bytecode lox interpreter☆51Updated 8 months ago
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆345Updated 7 months ago
- Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs☆193Updated 2 years ago
- Tracing JIT compiler and runtime for a subset of the JVM☆26Updated last year
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- Writing a SQL database, take two: Zig and RocksDB☆160Updated 3 years ago
- Comparing concurrent code example programs between other languages and Zig☆62Updated 8 months ago
- An Unofficial Writeup on Zig Compiler Internals - THIS IS OUTDATED SINCE LATE '2022 WHEN ZIG WENT SELF-HOSTED☆57Updated 5 years ago
- Claro Lang☆148Updated last year
- A Zig port of the kilo editor, in less than 1000 LOC.☆73Updated 2 months ago
- lambda calculus interpreter☆45Updated 4 years ago
- Hindley–Milner type inference implemented in Python.☆13Updated 2 years ago
- A small programming language created in an hour☆49Updated 4 years ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago