unix
cproc
unix | cproc | |
---|---|---|
1 | 10 | |
852 | 742 | |
- | - | |
0.0 | 8.8 | |
over 3 years ago | 9 months ago | |
C | C | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unix
-
GPL Licensing questions (CentOS / Red Hat)
Sure. Historical Unix is available here, though you'll need a PDP-11 or an emulator to run it. Most of the issues around the original Unix code base were resolved in this suit.
cproc
-
Oasis – a small, statically-linked Linux system
Michaelforney has also built croc [1], a qbe based C compiler. Really impressive!
[1]: https://github.com/michaelforney/cproc
- List of (open source) C compilers
- Hand-optimizing the TCC code generator
-
Minias – A mini x86-64 assembler for fun and learning
A word of warning for those wondering: this is not for Intel syntax, despite referencing the Intel doc.
Minias can assemble itself
...but it's written in C and uses a parser generator? IMHO it feels a bit backwards --- and perhaps even a bit cheating if you're doing this for a "bootstrap pilgrimage" --- to write a lower-level tool in a higher-level language. On the other hand, the same author also links to a C compiler in C, without a parser generator: https://github.com/michaelforney/cproc
- Cproc C Compiler
-
Hacker News top posts: Aug 20, 2021
Cproc C Compiler\ (29 comments)
- A C11 compiler using QBE as a backend, released under the ISC license
What are some alternatives?
dwm - Personal built of Dynamic Window Manager from suckless.org
pl0c - Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.
C-Path-Tracer - Path Tracer written in C. Made mostly for fun.
qbe-rs - QBE IR in natural Rust data structures
edit - edit - lite version of line-oriented text editor
minias - A mini x86-64 assembler for fun and learning.
scp-streams - An SCP protocol implementation
c4 - C in four functions
mh - A small program you put in your Makefile to produce fancy help
fpga_craft - A voxel game/Minecraft clone for the iCE40 UP5K FPGA
GLFW - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
manim - A community-maintained Python framework for creating mathematical animations.