Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-Castilho committed May 13, 2016
1 parent f4709b5 commit 96a2b52
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# CalcEngine
# 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.

0 comments on commit 96a2b52

Please sign in to comment.