LibCLCC.NET

Home Page Source Code

This library is still in active development! Contents may completely change and code is unstable!

Overview

LibCLCC.NET is short for Library of Creeper Lv's Common Code in .NET.

Goal

The goal of this library is to make life easier and reduce rewriting every code every time a new project/tool is created. Also, the library is aimed on providing functions in pure C# and compatible with Unity3D (at least the main library).

Features

There are a few usages:

Use CStyleScanner which is derived from GeneralPurposeScanner to build C Compiler

Use CommandLineScanner which is derived from GeneralPurposeScanner to scan a string like a command line

Installation

The library is currently published to NuGet.org, you can install it manually download and install it from there.

https://www.nuget.org/packages/LibCLCC.NET/

dotnet add package LibCLCC.NET
  • The library is licensed under the MIT License.