From 5e71865a302cfb5e84fe19b58dae18bd99b82564 Mon Sep 17 00:00:00 2001 From: wsdt Date: Mon, 24 Aug 2026 22:29:00 +0300 Subject: [PATCH] Add SEMAPRAX compiler --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97879bf..88b90bc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ The Big list of all of the github, open-source compilers. +## Rust + +- [SEMAPRAX](https://wavect.io/semaprax/) ([source](https://github.com/wavect/semaprax)) +Experimental Apache-2.0 systems programming language and Rust compiler with deterministic semantic graphs, evidence-gated changes, and native C11/Clang plus WebAssembly Core output. Current release: v0.2 pre-alpha. + ## C - [emscripten](https://github.com/emscripten-core/emscripten) @@ -903,4 +908,3 @@ Mesa3D Clover with Compiler's Bridge (AMDOCL2) - [pyzmq-static](https://github.com/brandon-rhodes/pyzmq-static) Script to compile a statically-linked version of the Python "zmq" package with ØMQ and libuuid (on Linux systems) built-in instead of relying on shared libraries. -