xcc VS tinycc

Compare xcc vs tinycc and see what are their differences.

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
xcc tinycc
1 1
179 23
- -
9.7 0.0
4 days ago over 1 year ago
C C
- GNU Lesser General Public License v3.0 only
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.

xcc

Posts with mentions or reviews of xcc. We have used some of these posts to build our list of alternatives and similar projects.
  • Running a C compiler in a browser
    1 project | dev.to | 5 Feb 2021
    My own C compiler is designed for x86-64 and outputs ELF64 binary. My plan was that if I could output code that could run on x86-64, I could run it on my home computer, and I would be able to do this for the next 10 years. However, with the emergence of various processors, it seems that x86 may not remain the mainstream.

tinycc

Posts with mentions or reviews of tinycc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-01.
  • Ask HN: Does someone have pyvm-3.0.tar.bz2
    5 projects | news.ycombinator.com | 1 Mar 2022
    I'm trying to have buildable versions of several compilers for learning and historical preservation and recently discovered "lwc" https://directory.fsf.org/wiki/Lightweight_C++ and apparently the latest version of it come with this pyvm version http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/ -> http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/pyvm-3.0.tar.bz2 but is not accessible anymore.

    Does anyone have it and could share it ?

    I already have a version 2.1 here https://github.com/mingodad/lwc and here https://github.com/mingodad/pyvm and here is some discussion with links https://github.com/mingodad/cfront-3/issues/6 .

    I also have:

    - Cfront3 https://github.com/mingodad/cfront-3

    - Cyclone https://github.com/mingodad/cyclone

    - Tinycc reeentrant https://github.com/mingodad/tinycc

    Thank you in advance for any help !

What are some alternatives?

When comparing xcc and tinycc you can also consider the following projects:

raspberry-pi-os - Learning operating system development using Linux kernel and Raspberry Pi

lwc - LightWeight C++

MazuCC - A minimalist C compiler with x86_64 code generation

libwifi - An 802.11 (WiFi) Frame Generation and Parsing Library in C

kcs - Scripting in C with JIT(x64)/VM.

pyvm - archive of pyvm.git (last push: version 2.1). includes "lightweight C++" in pyvm/lwc dir.

Cloak - A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor

cyclone - Cyclone Language Compiler fixes to build on recent operating systems

website-meta-language - An old offline HTML preprocessor (which can be used for static site generation), written in Perl and C that is still maintained for legacy reasons, but probably not recommended for new sites.

magus - Portable high-level assembler with authentic C syntax

cfront-3 - self education and historical research of the C++ compiler cfront v3