Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 231 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 231 Bytes

rust-calculator

my rust-lang study.

BUILD AND RUN

$ cargo build
$ cargo run '1 + 2'
   => 3
$ cargo run '20*1/2+16/4*4/4-1'
   => 13

TODO

  • Support parenthesis.
  • Remove TODO comment.

LICENSE

public domain.