Skip to content

Recursive descent parser for arithmetic expression combined with a simple WPF GUI

Notifications You must be signed in to change notification settings

Johanneslueke/calculator

Repository files navigation

calculator

Quality Gate

Build status Coverage Status


This project implements an Recursive Descent Parser and combines this parser with a simple GUI. The calculator functions are pretty much completely implemented but of course the implementation could needs some refinement.

The GUI and the parser are in two projects. The RDP_Arithmetic contains the parser and, you might have guessed it the "Calculator eXtreme" contains the GUI and depends on the RDP_Arithmetic library.

I like this little project because the GUI is basically just one file figuring out what the user has pressed as button and then calling the library which does the actual work. The library is 100% reusable and can be developed independently from the GUI.

About

Recursive descent parser for arithmetic expression combined with a simple WPF GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages