Skip to content

juanbelieni/kalculate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalculate

Kalculate is a simple math expression evaluator written in Rust.

Usage

To use Kalculate, compile and run it with the expression you want to evaluate as an argument.

$ cargo build --release
$ ./target/release/kalculate "1 + 2 * 3"
1 + 2 * 3 = 7

License

Kalculate is licensed under the MIT license.

Acknowledgements

Kalculate is slightly inspired by the qalculate CLI tool (as you can see in the name).

Contributing

If you want to contribute to Kalculate, feel free to open a pull request or an issue.

Author

Kalculate was written by Juan Belieni.

About

Simple math expression evaluator written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages