/Euclides

Euclides is a simple calculator that performs arithmetic operations using only addition and subtraction.

Primary LanguageRustBSD Zero Clause License0BSD

Euclides

A simple project to learn the basics of Rust.

Euclides is a conceptual calculator that performs all basic and some advanced operations using only addition and subtraction. It handles complex expressions using Reverse Polish Notation (postfix notation).

Roadmap

  • Implement basic operations
  • Implement advanced/complex operations
  • Graphical User Interface
  • Support infix notation and prefix notation