cil
Program analyzer
CIL is a front-end for the C programming language that facilitates program analysis and transformation.
C Intermediate Language
364 stars
24 watching
93 forks
Language: OCaml
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
c2lang/c2compiler | A C compiler written in the C2 language itself. | 703 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 888 |
armael/conch | A compiler for translating C-like code to Uxn | 23 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
cforall/cforall | An effort to modernize C by adding evolutionary language features and fixing its well-known problems. | 74 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
clozure/ccl | A Common Lisp implementation of a compiler and runtime environment | 858 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 63 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 184 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 53 |
kelilanguage/compiler | A Haskell implementation of a compiler for a custom programming language | 172 |
ciel-lang/ciel | A Common Lisp scripting language with built-in libraries and utilities for common tasks. | 352 |