Nashnir / CalcEngine

A C# implementation of a calculation engine that is small, fast, and extensible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalcEngine

A C# implementation of a calculation engine that is small, fast, and extensible.

The engine supports an Excel-like syntax for expressions, and can be extended with custom functions and variables.

For more details, please see this article:

http://www.codeproject.com/Articles/246374/A-Calculation-Engine-for-NET

Thanks to all the people who provided feedback and suggestions.

About

A C# implementation of a calculation engine that is small, fast, and extensible.

License:MIT License


Languages

Language:C# 100.0%