belchior / learning_rust

A project to exercise the syntax, conventions and concepts of the Rust lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calc

This project is a math expression interpreter and calculator, the reason to it exists is to exercise the syntax, conventions and concepts of the Rust lang

Development

To run tests:

cargo test

To execute in develop mode

cargo run '1+(2-3)*((4))'

To build:

cargo build --release

To execute:

target/release/rust_calc '1+(2-3)*((4))'

About

A project to exercise the syntax, conventions and concepts of the Rust lang


Languages

Language:Rust 96.7%Language:Shell 2.6%Language:Dockerfile 0.6%