Libraries for my programs such as servers, tools, games, etc.
To isolate some frequently used codes in my projects, and they can be updated independently. It can be useful on reducing project size.
You may use it freely as long as you follow the LICENSE.
I tend to use '~/.libs', '~/.libs/creeperlv', '~/.libraries/creeperlv', '~/.libraries/' for these paths are all available in Windows and Linux.
To avoid user to think I am snooping his or her personal files.
You can directly use it via NuGet, all libraries under this repo are started with CLUNL
in NuGet Gallery.
The main library. It contains data processing tools, command-line resolve utilities, wrapped IO, etc.
A prototype pipeline implementation.
It can handle language easily as long as you put language files correctly.
Also, it can be used to produce a language definition.
A helper for console applications, make it more standardized. It can handle parameters with multiple variants. Once you use it, ConsoleAppHelper will took in hand of processing arguments.