Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 581 Bytes

File metadata and controls

11 lines (6 loc) · 581 Bytes

Arithmetic-Calculator

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.

Screenshot

sourceforge