MLambda.Genesis.Parser
0.12.2-rc
See the version list below for details.
dotnet add package MLambda.Genesis.Parser --version 0.12.2-rc
NuGet\Install-Package MLambda.Genesis.Parser -Version 0.12.2-rc
<PackageReference Include="MLambda.Genesis.Parser" Version="0.12.2-rc" />
<PackageVersion Include="MLambda.Genesis.Parser" Version="0.12.2-rc" />
<PackageReference Include="MLambda.Genesis.Parser" />
paket add MLambda.Genesis.Parser --version 0.12.2-rc
#r "nuget: MLambda.Genesis.Parser, 0.12.2-rc"
#:package MLambda.Genesis.Parser@0.12.2-rc
#addin nuget:?package=MLambda.Genesis.Parser&version=0.12.2-rc&prerelease
#tool nuget:?package=MLambda.Genesis.Parser&version=0.12.2-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 |
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
- No dependencies.
NuGet packages (14)
Showing the top 5 NuGet packages that depend on MLambda.Genesis.Parser:
| Package | Downloads |
|---|---|
|
MLambda.Genesis.AST
AST node hierarchy, IR, compilation pipeline and visitor infrastructure for building language processors on top of MLambda.Genesis.Parser. |
|
|
MLambda.Lang.Aleph
Aleph surface language: grammar (EBNF/ASDL), lexer, parser, AST. |
|
|
MLambda.Genesis.Lang.LLVM
LLVM IR language front-end for MLambda.Genesis. Full round-trip parser and emitter for a practical LLVM IR subset. |
|
|
MLambda.Lang.Math
Mathematical expression language for .NET: recursive-descent parser, operator-precedence printer, symbolic AST (Num, Sym, Add, Mul, Pow, Neg, FuncCall) and numeric evaluator. |
|
|
MLambda.Genesis.EBNF
EBNF grammar parser and compiler. Translates ISO 14977 EBNF source into an executable dictionary of parser combinators, with lazy knot-tying for mutual recursion. |
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 | 23 | 5/25/2026 |
| 0.12.35-rc | 31 | 5/25/2026 |
| 0.12.31-rc | 31 | 5/25/2026 |
| 0.12.27-rc | 33 | 5/25/2026 |
| 0.12.23-rc | 33 | 5/25/2026 |
| 0.12.19-rc | 32 | 5/25/2026 |
| 0.12.15-rc | 34 | 5/25/2026 |
| 0.12.9-rc | 36 | 5/25/2026 |
| 0.12.3-rc | 50 | 5/25/2026 |
| 0.12.2-rc | 54 | 5/25/2026 |
| 0.12.1-rc.1 | 41 | 5/25/2026 |
| 0.12.0 | 58 | 5/25/2026 |
| 0.11.1 | 246 | 5/18/2026 |
| 0.11.0 | 262 | 5/14/2026 |
| 0.10.0 | 245 | 5/13/2026 |
| 0.9.1 | 255 | 5/13/2026 |
| 0.9.0 | 249 | 5/13/2026 |
| 0.8.1 | 251 | 5/12/2026 |
| 0.8.0 | 250 | 5/12/2026 |