c99sh
C compiler script
A script that compiles and runs C99, C11, and C++ code with control over compilation flags, libraries, and more.
A shebang-friendly script for "interpreting" single C99, C11, and C++ files, including rcfile support.
107 stars
8 watching
13 forks
Language: Shell
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
rhysd/dachs | A high-performance C++ programming language designed to be efficient and easy to use, with features inspired by Ruby. | 85 |
nikhilk/scriptsharp | A development tool that compiles C# source code into JavaScript for building large-scale web applications. | 658 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |
taviso/ctypes.sh | A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,107 |
igor-petruk/scriptisto | Tool that automates compilation and execution of scripts written in compiled languages | 968 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 411 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
sschauss/wracket | A Lisp-like language compiled to WebAssembly for building web applications using Racket | 22 |
wyhaines/defined.cr | Provides macros and facilities to check constants and make code conditionally compileable at runtime | 17 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |