MLambda.Genesis.Lexer
0.12.0
See the version list below for details.
dotnet add package MLambda.Genesis.Lexer --version 0.12.0
NuGet\Install-Package MLambda.Genesis.Lexer -Version 0.12.0
<PackageReference Include="MLambda.Genesis.Lexer" Version="0.12.0" />
<PackageVersion Include="MLambda.Genesis.Lexer" Version="0.12.0" />
<PackageReference Include="MLambda.Genesis.Lexer" />
paket add MLambda.Genesis.Lexer --version 0.12.0
#r "nuget: MLambda.Genesis.Lexer, 0.12.0"
#:package MLambda.Genesis.Lexer@0.12.0
#addin nuget:?package=MLambda.Genesis.Lexer&version=0.12.0
#tool nuget:?package=MLambda.Genesis.Lexer&version=0.12.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
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on MLambda.Genesis.Lexer:
| Package | Downloads |
|---|---|
|
MLambda.Lang.Aleph
Aleph surface language: grammar (EBNF/ASDL), lexer, parser, AST. |
|
|
MLambda.Lang.Html
HTML 3.2 (W3C REC, January 1997) front-end: grammar (EBNF/ASDL), generated lexer + AST, hand-written parser, post-pass. |
|
|
MLambda.Lang.JavaScript
JavaScript (ES2024) surface language: grammar (EBNF/ASDL), lexer, parser, AST. |
|
|
MLambda.Lang.Css
CSS (modern) surface language: grammar, lexer, parser, AST. |
|
|
MLambda.Lang.CSharp
C# 9 modern core surface language: grammar, lexer, parser, AST. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.12.199-rc | 26 | 5/27/2026 |
| 0.12.198-rc | 32 | 5/27/2026 |
| 0.12.197-rc | 42 | 5/27/2026 |
| 0.12.196-rc | 44 | 5/27/2026 |
| 0.12.146-rc | 65 | 5/26/2026 |
| 0.12.145-rc | 66 | 5/26/2026 |
| 0.12.97-rc | 75 | 5/26/2026 |
| 0.12.39-rc | 79 | 5/25/2026 |
| 0.12.35-rc | 78 | 5/25/2026 |
| 0.12.31-rc | 77 | 5/25/2026 |
| 0.12.27-rc | 80 | 5/25/2026 |
| 0.12.23-rc | 78 | 5/25/2026 |
| 0.12.19-rc | 80 | 5/25/2026 |
| 0.12.15-rc | 77 | 5/25/2026 |
| 0.12.9-rc | 77 | 5/25/2026 |
| 0.12.3-rc | 79 | 5/25/2026 |
| 0.12.2-rc | 83 | 5/25/2026 |
| 0.12.1-rc.1 | 44 | 5/25/2026 |
| 0.12.0 | 82 | 5/25/2026 |