MLambda.Lang.Shin
0.12.1173-rc
dotnet add package MLambda.Lang.Shin --version 0.12.1173-rc
NuGet\Install-Package MLambda.Lang.Shin -Version 0.12.1173-rc
<PackageReference Include="MLambda.Lang.Shin" Version="0.12.1173-rc" />
<PackageVersion Include="MLambda.Lang.Shin" Version="0.12.1173-rc" />
<PackageReference Include="MLambda.Lang.Shin" />
paket add MLambda.Lang.Shin --version 0.12.1173-rc
#r "nuget: MLambda.Lang.Shin, 0.12.1173-rc"
#:package MLambda.Lang.Shin@0.12.1173-rc
#addin nuget:?package=MLambda.Lang.Shin&version=0.12.1173-rc&prerelease
#tool nuget:?package=MLambda.Lang.Shin&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.
| 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.Lexer (>= 0.12.1173-rc)
- MLambda.Genesis.Parser (>= 0.12.1173-rc)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MLambda.Lang.Shin:
| Package | Downloads |
|---|---|
|
MLambda.Genesis.Generator.Bet
Build-time CLI driver. Thin shell that dispatches to MLambda.Genesis.Compiler.Shin (for .shin) and MLambda.Genesis.Compiler.Tav (for .tav). Wired in at build time via build/MLambda.Genesis.Generator.Bet.targets in the consuming project. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.1173-rc | 73 | 7/29/2026 |
| 0.12.1172-rc | 66 | 7/29/2026 |
| 0.12.1170-rc | 66 | 7/29/2026 |
| 0.12.1169-rc | 64 | 7/29/2026 |
| 0.12.1168-rc | 60 | 7/29/2026 |
| 0.12.1167-rc | 57 | 7/29/2026 |
| 0.12.1166-rc | 61 | 7/29/2026 |
| 0.12.1164-rc | 66 | 7/29/2026 |
| 0.12.1163-rc | 61 | 7/29/2026 |
| 0.12.1162-rc | 62 | 7/29/2026 |
| 0.12.1161-rc | 68 | 7/29/2026 |
| 0.12.1160-rc | 59 | 7/29/2026 |
| 0.12.1158-rc | 62 | 7/29/2026 |
| 0.12.199-rc | 81 | 5/27/2026 |
| 0.12.198-rc | 64 | 5/27/2026 |
| 0.12.197-rc | 78 | 5/27/2026 |
| 0.12.196-rc | 67 | 5/27/2026 |