francisrstokes / tiny-c-projectsLinks
A collection of small C projects - usually a minimal example of something interesting
☆44Updated 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.☆153Updated 3 years ago
- clex is a simple lexer generator☆96Updated 2 weeks ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- A C-compiler written in C☆76Updated 6 months ago
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆46Updated 3 years ago
- An educational C-like toy programming language that compiles to x64 binary.☆158Updated last year
- dynamically generate HTML documents in C☆32Updated 2 months ago
- Official repository of the Jas assembler project - A assembler and library for generating code for x86☆47Updated this week
- A nano-like text editor written from scratch in C.☆83Updated last year
- Simple and Minimum C container Lib☆3Updated 7 months ago
- Cp1 / C+1 / C plus 1 Programming Language, a TypeScript for C☆75Updated this week
- A C compiler that tries to eliminate the need for header files as much as possible.☆67Updated 2 weeks ago
- A proof-of-concept smart pointer library in C☆21Updated 6 years ago
- A full C compiler, written in pure C. No 3rd party dependencies or parser generators☆152Updated last month
- Self-hosting C toolchain, from scratch☆36Updated 5 months 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
- Reference counter for C☆54Updated 2 years ago
- C compiler Implemented in C☆23Updated last month
- A low level preprocessor meta programming library.☆29Updated 2 years ago
- A mini x86-64 assembler for fun and learning.☆219Updated 4 months ago
- C implementation of Google's PageRank algorithm☆45Updated 3 years ago
- A simple programming language inspired by Python, JavaScript and C☆39Updated last year
- 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
- Basic X86-64 assembler, written in golang☆73Updated 4 years ago
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- A collection of neat C and C++ trivia and oddities.☆35Updated 2 months ago
- Header-only library for C99 that implements the most important classes from GLib: GArray, GHashTable, GList and GString.☆92Updated 2 years ago
- Official repo of the UNIX-like Operating System "Quantix".☆29Updated 3 months ago
- A text editor in C with drop down menus from scratch. No ncurses.☆280Updated 9 months ago