WisniaLang
Compiler
A compiler that compiles small programs into tiny Linux binaries without requiring LLVM.
A compiler for an experimental programming language that produces tiny Linux binaries (ELF x86_64) without LLVM dependency!
16 stars
3 watching
2 forks
Language: C++
last commit: 3 months ago compilercppcpp20elflinuxprogramming-languagex86-64
Related projects:
Repository | Description | Stars |
---|---|---|
endrazine/wcc | A collection of compilation tools for performing binary modifications on ELF binaries. | 1,851 |
anoma/juvix | A compiler for a programming language designed for decentralized applications with a focus on intent-centric and declarative programming. | 455 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
fantasyinternet/poetry | A programming language compiler to WebAssembly with minimalistic syntax and full control over imports and exports. | 55 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
syegulalp/akilang | An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
itay2805/vork | An interpreter and parser project implementing a programming language with a formal grammar as reference. | 28 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
lwiest/basiccompiler | Compiles BASIC programs into Java bytecode. | 29 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
bollu/tiny-optimising-compiler | A compiler that translates an imperative programming language into machine code | 158 |