Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 1,502 public repositories matching this topic...
Simple and flexible programming language for applications development
-
Updated
Oct 30, 2024 - C
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
-
Updated
Oct 18, 2024 - C
Welcome to C programming repository. C is one of the most important and widely used of all programming languages. It is a powerful language that can be used not only to build general-purpose applications but also to write “low-level” programs that interact very closely with the computer hardware.
-
Updated
Mar 22, 2024 - C
😀😜🔂 World’s only programming language that’s bursting with emojis
-
Updated
Aug 7, 2023 - C
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
-
Updated
Aug 4, 2023 - C
Simple C compiler
-
Updated
Aug 4, 2024 - C
A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
-
Updated
Aug 29, 2024 - C
Flang is a Fortran language front-end designed for integration with LLVM.
-
Updated
Oct 7, 2024 - C
A self-hosting and educational C optimizing compiler
-
Updated
Sep 25, 2024 - C
Harbour fork (from https://github.com/harbour/core) + updates & fixes = 3.4
-
Updated
Jun 7, 2024 - C
本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。
-
Updated
Jun 3, 2023 - C