Skip to content

Simple command line calculator written in Rust that can handle arbitrary arithmetic operations

License

Notifications You must be signed in to change notification settings

mbartelsman-dev/rust-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-calc

Simple command line calculator written in Rust that can handle arbitrary arithmetic operations.

The objective of this project is to serve as a valuable learning experience in the use of Rust and development in general, as such it aims to minimize the use of third party libraries wherever its reasonable to do so (implementing an efficient stack, for example, is better left for a different project).

To do

  • Implement evaluation
    • Fix issue #1
  • [ ] Implement parentheses parsing
  • [ ] Implement basic algebraic operators
    • [ ] Negative sign
    • [ ] Integer power

About

Simple command line calculator written in Rust that can handle arbitrary arithmetic operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages