summus
Compiler
A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes.
Simple compiler frontend using LLVM as backend
234 stars
15 watching
12 forks
Language: C
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A resurrected and improved implementation of the LLVM C Backend in Groff, enabling compilation of programs written in various programming languages to native machine code. | 127 |
| Compiles high-level programming languages into input for provable computations protocols. | 304 |
| A language targeting LLVM with the goal of building a simple compiler | 64 |
| Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 159 |
| A toolkit for building highly optimized compilers and runtime environments. | 56 |
| A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
| An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
| A Haskell-based LLVM backend for generating LLVM bytecode from Idris programs | 78 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
| A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 17 |
| A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
| A Haskell-based compiler backend that uses LLVM to generate and compile machine code | 82 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A minimalist language with procedural macro support | 135 |