-
Notifications
You must be signed in to change notification settings - Fork 10
Home
qwertie edited this page Feb 10, 2015
·
6 revisions
The home page of the Loyc Core Libraries is http://core.loyc.net. See also http://loyc.net.
- Loyc.Essentials: A library of interfaces and small services that are "missing" from the MS BCL.
-
Loyc.Collections: a library of sophisticated data structures including VLists, persistent hashtables (Set/MSet/Map/MMap), ALists, and my favorite, the hash tree types
Set<T>
,MSet<T>
,Map<T>
andMMap<T>
. - Loyc.Syntax: Loyc trees, LES printer and parser, SourceRange/SourcePos, helper classes for lexing/parsing, CodeSymbols
- Loyc.Utilities: Miscellaneous code; notably contains a bunch of geometry algorithms and extension methods.
- Tests project: Front end that invokes most of the unit tests. Also, some random benchmark code.