open-watcom-v2
C compiler
An open-source implementation of the Watcom C compiler and related tools
Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
985 stars
60 watching
160 forks
Language: C
last commit: 15 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
tinycc/tinycc | A lightweight C compiler that compiles and executes C code directly. | 2,045 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
alexfru/smallerc | A compiler that generates code for multiple platforms from a single C source file | 1,422 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
endrazine/wcc | A collection of compilation tools for performing binary modifications on ELF binaries. | 1,851 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,015 |
tmcw/wah | A compiler for a Clojure-based language that compiles to WebAssembly | 158 |
vscosta/yap-6.3 | A high-performance Prolog compiler with support for various input/output methods and interface to C. | 13 |
michaelforney/cproc | An implementation of a C11 compiler using the QBE backend and various extensions. | 732 |
woboq/moc-ng | An alternative implementation of Qt's meta-object compiler (moc) using libclang. | 205 |