MLambda.Lang.SQL
0.12.1158-rc
See the version list below for details.
dotnet add package MLambda.Lang.SQL --version 0.12.1158-rc
NuGet\Install-Package MLambda.Lang.SQL -Version 0.12.1158-rc
<PackageReference Include="MLambda.Lang.SQL" Version="0.12.1158-rc" />
<PackageVersion Include="MLambda.Lang.SQL" Version="0.12.1158-rc" />
<PackageReference Include="MLambda.Lang.SQL" />
paket add MLambda.Lang.SQL --version 0.12.1158-rc
#r "nuget: MLambda.Lang.SQL, 0.12.1158-rc"
#:package MLambda.Lang.SQL@0.12.1158-rc
#addin nuget:?package=MLambda.Lang.SQL&version=0.12.1158-rc&prerelease
#tool nuget:?package=MLambda.Lang.SQL&version=0.12.1158-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
- MLambda.Genesis.AST (>= 0.12.1158-rc)
- MLambda.Genesis.EBNF (>= 0.12.1158-rc)
- MLambda.Genesis.Parser (>= 0.12.1158-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 | 94 | 7/29/2026 |
| 0.12.1172-rc | 94 | 7/29/2026 |
| 0.12.1170-rc | 93 | 7/29/2026 |
| 0.12.1169-rc | 92 | 7/29/2026 |
| 0.12.1168-rc | 89 | 7/29/2026 |
| 0.12.1167-rc | 89 | 7/29/2026 |
| 0.12.1166-rc | 93 | 7/29/2026 |
| 0.12.1164-rc | 90 | 7/29/2026 |
| 0.12.1163-rc | 90 | 7/29/2026 |
| 0.12.1162-rc | 91 | 7/29/2026 |
| 0.12.1161-rc | 96 | 7/29/2026 |
| 0.12.1160-rc | 94 | 7/29/2026 |
| 0.12.1158-rc | 88 | 7/29/2026 |
| 0.12.199-rc | 119 | 5/27/2026 |
| 0.12.198-rc | 107 | 5/27/2026 |
| 0.12.197-rc | 112 | 5/27/2026 |
| 0.12.196-rc | 109 | 5/27/2026 |
| 0.12.146-rc | 101 | 5/26/2026 |
| 0.12.145-rc | 101 | 5/26/2026 |
| 0.12.0 | 116 | 5/25/2026 |