muon
Language compiler
A modern, statically typed low-level programming language with strong focus on performance and minimalism.
Modern low-level programming language
772 stars
27 watching
25 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list
programming-language
Related projects:
Repository | Description | Stars |
---|---|---|
miki151/zenon | A statically typed language and compiler that aims to offer safer and easier application development while preserving performance | 74 |
murisi/l2 | A minimalist language with procedural macro support | 135 |
nim-lang/nim | A compiler and runtime environment for a statically typed, compiled systems programming language. | 16,593 |
kixiron/crunch-lang | A systems-level language focused on ease of use, portability, and speed, designed to optimize performance and safety. | 52 |
jmorag/mcc | Compiles the MicroC programming language into machine code using Haskell | 116 |
marciok/mu | An example of creating a minimalist programming language with a simple grammar and syntax | 1,048 |
raviqqe/fmm | A minimal functional programming language compiler target | 18 |
nilfoundation/zkllvm | Compiles high-level programming languages into input for provable computations protocols. | 295 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
adam-mcdaniel/oakc | A portable programming language with a compact intermediate representation for efficient execution on various platforms. | 732 |
mikelma/oktac | A compiler for an experimental programming language called Okta | 28 |
ornl-qci/qcor | A compiler and language extension for heterogeneous quantum-classical computing | 11 |
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |