francisrstokes / tiny-c-projectsLinks
A collection of small C projects - usually a minimal example of something interesting
☆47Updated 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:
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆49Updated 3 years ago
- clex is a simple lexer generator☆105Updated 3 months ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- An educational C-like toy programming language that compiles to x64 binary.☆162Updated 2 years ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- alic: A Language Inspired by C☆75Updated 5 months ago
- x86 assembler in 512 bytes of x86 machine code☆38Updated 6 years ago
- Bootloader exploration☆20Updated 3 years ago
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆26Updated 4 months ago
- My own C library. Probably don't use it.☆34Updated 5 years ago
- A bignum library for C.☆33Updated last year
- Official repo of the UNIX-like Operating System "Quantix".☆30Updated 8 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆55Updated 6 years ago
- Official repository of the Jas assembler project - An assembler and library for generating code for x86☆46Updated this week
- subset c compiler☆37Updated 5 years ago
- The Roman II Programming Language☆70Updated 3 years ago
- It's like Porth, but in C++. Yep, we're going full circle.☆20Updated 3 years ago
- ☆16Updated 3 years ago
- Self-hosting C toolchain, from scratch☆36Updated 11 months ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- C implementation of the Monkey programming language. Repository moved to Sourcehut.☆41Updated 3 years ago
- Simple single-header ini parser in c99☆27Updated 3 years ago
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- Compiler for the COOL language written in C.☆134Updated last year
- cparse is an LR(1) and LALR(1) parser generator☆64Updated 3 months ago
- ☆22Updated 3 years ago
- Basic X86-64 assembler, written in golang☆76Updated 5 years ago
- Fabrice Bellard's fbcc C Compiler☆46Updated 6 years ago
- Reference counter for C☆54Updated 2 years ago
- Header-only library for C99 that implements the most important classes from GLib: GArray, GHashTable, GList and GString.☆91Updated 2 years ago