Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 416 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 416 Bytes

BlazorCalculator

A simple Blazor calculator utilizing a reference to RuntimeExpressions to parse simple expressions.

See Demo

The idea is to be able to write dependent expressions and have the evaluation of one variable propagate through all dependent variables (e.g. x = y + 5 followed by y = 5 will update x to 10).