LCC
Compiler toolkit
A Lisp-like compiler and toolset for writing C code with additional features
Lisp C Compiler, Lisp-like syntax for writing C code in addition of some forms and pointer managements
26 stars
4 watching
0 forks
Language: Common Lisp
last commit: over 3 years ago ccompilerlisp
Related projects:
Repository | Description | Stars |
---|---|---|
drh/lcc | A highly retargetable C compiler designed to be highly customizable and adaptable to different architectures and systems. | 2,025 |
slaakko/cmajorm | A compiler and toolkit for a statically typed, compiled programming language | 6 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |
clozure/ccl | A Common Lisp compiler and runtime environment | 855 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |
vsedach/vacietis | Compiles C code into Common Lisp and provides a Lisp-to-C compiler executable. | 306 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
tyfkda/xcc | A standalone compiler/assembler/linker/libc for multiple architectures | 260 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |