MLambda.Genesis.Runtime.LLVM
0.12.1170-rc
See the version list below for details.
dotnet add package MLambda.Genesis.Runtime.LLVM --version 0.12.1170-rc
NuGet\Install-Package MLambda.Genesis.Runtime.LLVM -Version 0.12.1170-rc
<PackageReference Include="MLambda.Genesis.Runtime.LLVM" Version="0.12.1170-rc" />
<PackageVersion Include="MLambda.Genesis.Runtime.LLVM" Version="0.12.1170-rc" />
<PackageReference Include="MLambda.Genesis.Runtime.LLVM" />
paket add MLambda.Genesis.Runtime.LLVM --version 0.12.1170-rc
#r "nuget: MLambda.Genesis.Runtime.LLVM, 0.12.1170-rc"
#:package MLambda.Genesis.Runtime.LLVM@0.12.1170-rc
#addin nuget:?package=MLambda.Genesis.Runtime.LLVM&version=0.12.1170-rc&prerelease
#tool nuget:?package=MLambda.Genesis.Runtime.LLVM&version=0.12.1170-rc&prerelease
MLambda.Genesis
A .NET 10 meta-language workbench for building domain-specific languages through combinatorial parsing, schema-driven AST generation, and symbolic algebra.
Packages
| Package | Description |
|---|---|
MLambda.Genesis.Parser |
Monadic parser combinator library with full LINQ support |
MLambda.Genesis.AST |
AST node hierarchy, compilation pipeline, and visitor infrastructure |
MLambda.Genesis.EBNF |
EBNF grammar parser and compiler to executable combinators |
MLambda.Genesis.ASDL |
ASDL schema parser and C# AST type emitter |
MLambda.Genesis.Generator |
EBNF + ASDL → C# generator (dotnet tool: mlambda-gen) |
MLambda.Lang.Math |
Mathematical expression language: parser, printer, evaluator |
MLambda.Genesis.Algebra |
Symbolic algebra: differentiation, integration, expansion, solving |
MLambda.Lang.CAS |
CAS rule DSL compiler producing IRewriteSystem implementations |
MLambda.Lang.SQL |
SQL SELECT language front-end with analyser and code generator |
The platform
Genesis is the compiler framework. Built on top of it is an application factory: describe an application in plain language, get back a working, tested, containerised system.
| Module | Role |
|---|---|
MLambda.Turing |
Surface + agent society + Gears, the build engine |
MLambda.Thinker |
Reasoning: LLM providers, RAG, expert system, learning |
MLambda.Bet |
Symbolic construction: domain → prototype, solution, tests, infra |
MLambda.Flow |
Typed workflow language stating the pipelines |
MLambda.Play |
Timeline → Playwright end-to-end suites |
Start here: docs/architecture/ — context, containers, packages, build flow, contracts, and the status register that drives the backlog.
Documentation
Full documentation: https://genesis.mlambda.net
Quick Start
dotnet add package MLambda.Genesis.Parser
dotnet add package MLambda.Genesis.Algebra
using MLambda.Lang.Math;
using MLambda.Genesis.Algebra;
var expr = MathParser.Parse("x^2 + 2*x + 1");
var deriv = Differentiator.D(expr, new Sym("x"));
Console.WriteLine(MathPrinter.Print(deriv)); // 2 * x + 2
License
MIT — see LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- libLLVM (>= 20.1.2)
- LLVMSharp (>= 20.1.2)
- MLambda.Lang.LLVM (>= 0.12.1170-rc)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MLambda.Genesis.Runtime.LLVM:
| Package | Downloads |
|---|---|
|
MLambda.Lang.Aleph.Evaluator
Embed Aleph as a small mapping / rules language in C#. Provides Evaluate<I,O>(I input, string code). |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.1173-rc | 90 | 7/29/2026 |
| 0.12.1172-rc | 93 | 7/29/2026 |
| 0.12.1170-rc | 94 | 7/29/2026 |
| 0.12.1169-rc | 92 | 7/29/2026 |
| 0.12.1168-rc | 92 | 7/29/2026 |
| 0.12.1167-rc | 86 | 7/29/2026 |
| 0.12.1166-rc | 94 | 7/29/2026 |
| 0.12.1164-rc | 98 | 7/29/2026 |
| 0.12.1163-rc | 92 | 7/29/2026 |
| 0.12.1162-rc | 93 | 7/29/2026 |
| 0.12.1161-rc | 92 | 7/29/2026 |
| 0.12.1160-rc | 90 | 7/29/2026 |
| 0.12.1158-rc | 87 | 7/29/2026 |
| 0.12.199-rc | 125 | 5/27/2026 |
| 0.11.1 | 129 | 5/18/2026 |
| 0.11.0 | 122 | 5/14/2026 |
| 0.10.0 | 124 | 5/13/2026 |
| 0.9.1 | 124 | 5/13/2026 |
| 0.9.0 | 126 | 5/13/2026 |
| 0.8.1 | 113 | 5/12/2026 |