MLambda.Genesis.Generator.Bet
0.12.1173-rc
dotnet add package MLambda.Genesis.Generator.Bet --version 0.12.1173-rc
NuGet\Install-Package MLambda.Genesis.Generator.Bet -Version 0.12.1173-rc
<PackageReference Include="MLambda.Genesis.Generator.Bet" Version="0.12.1173-rc" />
<PackageVersion Include="MLambda.Genesis.Generator.Bet" Version="0.12.1173-rc" />
<PackageReference Include="MLambda.Genesis.Generator.Bet" />
paket add MLambda.Genesis.Generator.Bet --version 0.12.1173-rc
#r "nuget: MLambda.Genesis.Generator.Bet, 0.12.1173-rc"
#:package MLambda.Genesis.Generator.Bet@0.12.1173-rc
#addin nuget:?package=MLambda.Genesis.Generator.Bet&version=0.12.1173-rc&prerelease
#tool nuget:?package=MLambda.Genesis.Generator.Bet&version=0.12.1173-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.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MLambda.Genesis.Compiler.Shin (>= 0.12.1173-rc)
- MLambda.Genesis.Compiler.Tav (>= 0.12.1173-rc)
- MLambda.Lang.Shin (>= 0.12.1173-rc)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.1173-rc | 65 | 7/29/2026 |
| 0.12.1172-rc | 62 | 7/29/2026 |
| 0.12.1170-rc | 63 | 7/29/2026 |
| 0.12.1169-rc | 58 | 7/29/2026 |
| 0.12.1168-rc | 53 | 7/29/2026 |
| 0.12.1167-rc | 54 | 7/29/2026 |
| 0.12.1166-rc | 60 | 7/29/2026 |
| 0.12.1164-rc | 64 | 7/29/2026 |
| 0.12.1163-rc | 56 | 7/29/2026 |
| 0.12.1162-rc | 59 | 7/29/2026 |
| 0.12.1161-rc | 67 | 7/29/2026 |
| 0.12.1160-rc | 64 | 7/29/2026 |
| 0.12.1158-rc | 63 | 7/29/2026 |