c
Compiler tool
A utility for compiling and executing C scripts in one go!
Compile and execute C "scripts" in one go!
2k stars
85 watching
178 forks
Language: Shell
last commit: about 1 year ago
Linked from 5 awesome lists
cclangclicompilercppgccscripttcc
Related projects:
Repository | Description | Stars |
---|---|---|
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 53 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
nikhilk/scriptsharp | A development tool that compiles C# source code into JavaScript for building large-scale web applications. | 660 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 737 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,885 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
rsms/co | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 146 |
wyhaines/defined.cr | Provides macros and facilities to check constants and make code conditionally compileable at runtime | 17 |
rajkumardusad/jitcompiler | An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. | 73 |
rhysu/c99sh | A script that compiles and runs C99, C11, and C++ code with control over compilation flags, libraries, and more. | 106 |