crema
Compiler
A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space.
Crema: A Sub-Turing Programming Language
64 stars
15 watching
11 forks
Language: C++
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
anoma/juvix | A compiler for a programming language designed for decentralized applications with a focus on intent-centric and declarative programming. | 455 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
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 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
jameshaydon/lawvere | A programming language with effects based on category theory and used to compile programs into various categorical abstractions. | 267 |
cimplec/sim-c | A Python-based front-end for compiling C code into efficient machine code | 137 |
plsyssec/fact | A compiler for a constant-time programming language used in cryptography | 198 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
glossopoeia/boba | A language and compiler for a statically-typed concatenative programming paradigm. | 51 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |