No description
Find a file
2025-08-26 01:45:05 -05:00
docs docs: add migration plan for WPF→Avalonia port 2025-08-26 01:33:50 -05:00
src Implement migration plan: models, service, MVVM, XAML layout, icons\n\n- Add Models: HistoryItem, VariableItem, FunctionDefinitionItem, IconFont\n- Add Services: ICalculatorService, CalculatorService wrapping interpreter\n- Update MainViewModel: properties and Submit/ToggleFunctions commands\n- Rebuild Views/MainView.axaml with variables, history, input, functions panel\n- Add BoolToGridLengthConverter for panel toggle\n- Wire Material Design Icons font as Avalonia resource in App.axaml/csproj 2025-08-26 01:45:05 -05:00
src.4.7 Setting up source code for Avalonia port. 2025-08-25 23:11:13 -05:00
.gitignore Initial commit 2020-06-18 20:51:26 -04:00
LICENSE Initial commit 2020-06-18 20:51:26 -04:00
README.md Update README.md 2020-06-20 21:30:56 -05:00
screen_shot.png Screen Shot 2020-06-20 22:25:56 -04:00

advanced-calculator

A free-form calculator that uses CS-MIC to parse and process expressions.

SCREEN_SHOT


For information on what expressions are possible, please see the CS-MIC Usage Documentation.