Skip to content

Files

Latest commit

9fc22ca · Oct 24, 2024

History

History

Core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 5, 2020
Oct 24, 2024
Oct 24, 2024
Nov 23, 2023
Apr 29, 2024
Jun 15, 2022
Oct 24, 2024
Feb 14, 2021
Apr 5, 2020
Nov 23, 2023
Aug 11, 2014
Oct 24, 2024
Dec 10, 2016
Apr 29, 2024
Apr 29, 2024
Apr 29, 2024
Apr 29, 2024
Apr 29, 2024
Apr 29, 2024
Apr 5, 2020
Mar 29, 2020
Apr 29, 2024
Apr 6, 2020

Readme.md

README

The Loyc Core project is a set of general-purpose .NET libraries. LoycCore is especially focused on collections - classes, interfaces, adapters, and extension methods - but also has code in other areas, most notably parsing and syntax trees.

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".

Please visit http://core.loyc.net for documentation.

NOTE: Development occurs primarily in the Enhanced C# repository, which contains the LoycCore repo as a "git subtree". However, git subtree push mysteriously stopped working which means that synchronization with this repo has become a manual process. As a result I would ask you not to use that repo anymore. We'll just do everything in ecsharp.

Dependency tree

Low-level libraries on top:

     Loyc.Interfaces
            ^
            |
     Loyc.Essentials
            ^   ^
            |   |
            |   +----------------+
            |                    |
     Loyc.Collections        Loyc.Math
            ^                    ^
            |                    |
       Loyc.Syntax               |
            ^                    |
            |                    |
            +---------+----------+
                      |
                 Loyc.Utilities

Links