Skip to content

shivrm/mathrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathrs

A simple math expression parser written in Rust

Installation

  1. Clone the repo:

    git clone https://github.com/shivrm/mathrs
  2. Navigate to the folder

    cd mathrs
  3. Compile and run

    cargo run

Usage

  • Type in a math expression.
  • The program will print out the value, or errors, if any
  • Type 'q' to quit.

License

MIT