BigHam / BlazorCalculator

Blazor test calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Blazor test calculator


Languages

Language:C# 70.8%Language:HTML 16.6%Language:CSS 12.6%