Info
Version: | 30.1.3 |
Author(s): | David Piepgrass |
Last Update: | Thursday, October 24, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://core.loyc.net/ |
NuGet Url: | https://www.nuget.org/packages/LoycCore |
Install
Install-Package LoycCore
dotnet add package LoycCore
paket add LoycCore
LoycCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Loyc.Interfaces(>= 29.0.3)
- Loyc.Essentials(>= 29.0.3)
- Loyc.Collections(>= 29.0.3)
- Loyc.Math(>= 29.0.3)
- Loyc.Syntax(>= 29.0.3)
- Loyc.Utilities(>= 29.0.3)
Tags
LoycCore is especially focused on collections: classes, interfaces, adapters, and extension methods. Plus, Loyc.Syntax.dll parses LES, a superset of JSON that resembles C/C#/Java/Ecmascript/D, and runtime helper classes for the Loyc LL(k) parser generator.
Contributors are welcome: more unit tests, code reviews, and new features are desired, anything relatively small (under about 3000 lines of code) that fits the theme "things that should have been built into the .NET framework, but aren't".