Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.16 KB

!! WORK IN PROGRESS !!

mee - A Lightweight Mathematical Expression Evaluator

GitHub license CMake CI

mee is a lightweight C++ program that allows you to evaluate mathematical expressions with ease.

Installation

To get started, follow these simple steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/hammadmajid/mee.git
  2. Build the mee library:

    cd mee
    cmake ..
    make

For more detailed instructions, please refer to the CONTRIBUTING.md file.

Usage

Once mee is installed, you can evaluate mathematical expressions by invoking it from the command line. Simply pass the expression as an argument:

./mee "23.86-12^2*(4!/2)"

Use the --help flag for a handy usage guide and options.

License

This project is licensed under the MIT License - see the LICENSE file for details. Feel free to use and modify it for your own needs.