Where can I find the source code of C language itself?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lcc

    The lcc retargetable ANSI C compiler

  • q3vm

    Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input

  • Finally, the compiler itself is the easy part, emitting x86/x86_64 instructions is where it starts to get very complex. For this reason, I really recommend Q3VM (https://github.com/jnz/q3vm). It is a single file VM (originally written for Quake III) which interprets fantasy but greatly simplified instructions from a slightly modified LCC compiler (also part of the project). This might be very useful to learn from.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • QCVM - QuakeC Virtual Machine written in C89

    3 projects | /r/C_Programming | 24 Feb 2023
  • Buying a permissive license for a Copyleft project

    1 project | /r/opensource | 12 Jan 2023
  • SHOULD A BEGINNER ATTEMPT A VIRTUAL MACHINE PROJECT?

    1 project | /r/C_Programming | 18 Nov 2022
  • Is it possible to dynamically execute C code from C++?

    1 project | /r/cpp_questions | 10 Nov 2022
  • Is there a Plan9 port for TCC?

    1 project | /r/plan9 | 1 Nov 2022