diff --git a/README.md b/README.md index 083d8eb..1e789ca 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# CalcEngine \ No newline at end of file +# CalcEngine + +A C# implrmentation 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. +