-
Notifications
You must be signed in to change notification settings - Fork 10
Home
qwertie edited this page Aug 11, 2014
·
6 revisions
For now, please visit http://loyc.net.
http://core.loyc.net should be created soon for just the Core Libraries.
- 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.