cc99 VS lacc

Compare cc99 vs lacc and see what are their differences.

cc99

C-like language compiler, the final project of ZJU Compiler Principle course (by RalXYZ)

lacc

A simple, self-hosting C compiler (by larmel)
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
cc99 lacc
2 3
37 847
- -
9.5 0.0
over 1 year ago almost 2 years ago
Rust C
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

cc99

Posts with mentions or reviews of cc99. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-17.
  • Are Hoistings Possible for C++?
    8 projects | /r/cpp | 17 Aug 2022
    I thought you might've meant Clang instead of LLVM, because there are C dialect compilers like cc99 which are based on LLVM, but not based on Clang. And of course there are many OpenCL compilers not based on GCC or Clang, although there are also many which are.

lacc

Posts with mentions or reviews of lacc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Lacc – A simple, self-hosting C compiler
    2 projects | news.ycombinator.com | 14 Feb 2024
  • Are Hoistings Possible for C++?
    8 projects | /r/cpp | 17 Aug 2022
    When you say a fork of LLVM, am I correct in assuming that you specifically mean a fork of Clang? I don't see how the compiler backend would affect support for language extensions, regardless of whether it's an exception to that such as Tcc, Cproc, the MIR C jitter, lacc, 8cc, 9cc, and chibicc. Most of those are not for production, excluding Cproc and Tcc (at least according to Suckless or Oasis).

What are some alternatives?

When comparing cc99 and lacc you can also consider the following projects:

chibicc - A small C compiler

mir - A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

oasis - a small statically-linked linux system

9cc - A Small C Compiler

acwj - A Compiler Writing Journey

c3c - Compiler for the C3 language

rust - Empowering everyone to build reliable and efficient software.