well
Assembly compiler
A high-level assembly language compiler that compiles to low-level assembly code
A high level assembler. https://wellang.github.io/well/
57 stars
3 watching
1 forks
Language: C
last commit: 2 months ago assemblerassemblyassembly-languageccompilerslanguageslexer-parserparsersprogramming-languagewellang
Related projects:
Repository | Description | Stars |
---|---|---|
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
forest-lang/forest-compiler | A compiler for a multi-syntax functional programming language that compiles to WebAssembly | 620 |
talw/crisp-compiler | A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
rsms/wlang | Develops an assembler and compiler for a programming language | 47 |
tmcw/wah | A compiler for a Clojure-based language that compiles to WebAssembly | 158 |
itay2805/vork | An interpreter and parser project implementing a programming language with a formal grammar as reference. | 28 |
sam46/paskell | A compiler that translates Pascal source code into LLVM IR and can be executed directly or used to generate native machine code. | 126 |
faylang/fay | A programming language that compiles to JavaScript, based on Haskell. | 1,283 |
hyperledger-solang/solang | A Solidity compiler that enables development and deployment of smart contracts on multiple blockchain platforms | 1,270 |
kign/c4wa | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
syegulalp/akilang | An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 391 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |