This is a simple C# command line calculator. It evaluates arithmetic expressions and functions. Features include factorials, powers, brackets, bracket normalization, polish notation, factorization, user defined fields, and advanced error reporting.
It is powered by an easy to extend scanner-parser-builder structure. Grammar for parser is here.