shivrm / mathrs

Math expression parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Math expression parser

License:MIT License


Languages

Language:Rust 100.0%