francisrstokes / tiny-c-projectsLinks
A collection of small C projects - usually a minimal example of something interesting
☆46Updated 3 years ago
Alternatives and similar repositories for tiny-c-projects
Users that are interested in tiny-c-projects are comparing it to the libraries listed below
Sorting:
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- clex is a simple lexer generator☆102Updated last month
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆48Updated 3 years ago
- The Roman II Programming Language☆70Updated 3 years ago
- C implementation of the Monkey programming language. Repository moved to Sourcehut.☆40Updated 2 years ago
- Self-hosting C toolchain, from scratch☆36Updated 9 months ago
- A C-compiler written in C☆76Updated 9 months ago
- A full C compiler, written in pure C. No 3rd party dependencies or parser generators☆159Updated 5 months ago
- alic: A Language Inspired by C☆69Updated 3 months ago
- An educational C-like toy programming language that compiles to x64 binary.☆162Updated last year
- dynamically generate HTML documents in C☆33Updated 5 months ago
- cparse is an LR(1) and LALR(1) parser generator☆64Updated last month
- A proof-of-concept smart pointer library in C☆22Updated 6 years ago
- A simple programming language inspired by Python, JavaScript and C☆42Updated last year
- Simple single-header ini parser in c99☆26Updated 3 years ago
- Basic X86-64 assembler, written in golang☆76Updated 4 years ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 5 years ago
- Bootloader exploration☆19Updated 3 years ago
- It's like Porth, but in C++. Yep, we're going full circle.☆20Updated 2 years ago
- A small, toy BitTorrent client written in C, using only the standard library☆63Updated last year
- Official repo of the UNIX-like Operating System "Quantix".☆30Updated 6 months ago
- A programming language written for fun!☆95Updated last year
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- Official repository of the Jas assembler project - An assembler and library for generating code for x86☆48Updated this week
- x86 assembler in 512 bytes of x86 machine code☆38Updated 5 years ago
- Reference counter for C☆54Updated 2 years ago
- Ashley's Shell☆33Updated last year
- Artifacts of that Memory Management Tsoding Session☆172Updated last year
- A C compiler that tries to eliminate the need for header files as much as possible.☆88Updated 3 weeks ago