MLambda.Genesis.EBNF
0.8.0
See the version list below for details.
dotnet add package MLambda.Genesis.EBNF --version 0.8.0
NuGet\Install-Package MLambda.Genesis.EBNF -Version 0.8.0
<PackageReference Include="MLambda.Genesis.EBNF" Version="0.8.0" />
<PackageVersion Include="MLambda.Genesis.EBNF" Version="0.8.0" />
<PackageReference Include="MLambda.Genesis.EBNF" />
paket add MLambda.Genesis.EBNF --version 0.8.0
#r "nuget: MLambda.Genesis.EBNF, 0.8.0"
#:package MLambda.Genesis.EBNF@0.8.0
#addin nuget:?package=MLambda.Genesis.EBNF&version=0.8.0
#tool nuget:?package=MLambda.Genesis.EBNF&version=0.8.0
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 |
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.8.0)
- MLambda.Genesis.Parser (>= 0.8.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MLambda.Genesis.EBNF:
| Package | Downloads |
|---|---|
|
MLambda.Lang.SQL
SQL SELECT language front-end built on MLambda.Genesis.Parser. Supports joins, subqueries, aggregates, schema analysis and query code generation. |
|
|
MLambda.Genesis.Mapper
AST-to-AST mapping DSL compiler for MLambda.Genesis. Compiles .map files into typed C# IMapper implementations via MSBuild. |
|
|
MLambda.Genesis.Transpiler
AST-to-AST transpiler DSL compiler for MLambda.Genesis. Compiles .map files into typed C# IMapper implementations via MSBuild. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.97-rc | 0 | 5/26/2026 |
| 0.12.39-rc | 25 | 5/25/2026 |
| 0.12.35-rc | 38 | 5/25/2026 |
| 0.12.31-rc | 30 | 5/25/2026 |
| 0.12.27-rc | 37 | 5/25/2026 |
| 0.12.23-rc | 34 | 5/25/2026 |
| 0.12.19-rc | 34 | 5/25/2026 |
| 0.12.15-rc | 34 | 5/25/2026 |
| 0.12.9-rc | 37 | 5/25/2026 |
| 0.12.3-rc | 47 | 5/25/2026 |
| 0.12.2-rc | 47 | 5/25/2026 |
| 0.12.1-rc.1 | 33 | 5/25/2026 |
| 0.12.0 | 47 | 5/25/2026 |
| 0.11.1 | 107 | 5/18/2026 |
| 0.11.0 | 111 | 5/14/2026 |
| 0.10.0 | 109 | 5/13/2026 |
| 0.9.1 | 113 | 5/13/2026 |
| 0.9.0 | 107 | 5/13/2026 |
| 0.8.1 | 108 | 5/12/2026 |
| 0.8.0 | 115 | 5/12/2026 |