NassimRayZ / calculator-pipeline

A small caculator using the pipeline (Pipe&Filter) architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator-pipeline

A small caculator using the pipeline (Pipe&Filter) architecture

How to use ?

  1. you should use Linux (the pipes are unix sockets).
  2. build the workspace using cargo build --release (oh you should install the rust programming language link:(Install rust))
  3. execute the project via target/release/gui, target/release/calculator and target/release/trace
  4. and voila! you can execute the simple calculator, btw! the allowed operations are: +, -, / and * example: 12*(12+12/12-(12+12*12))

About

A small caculator using the pipeline (Pipe&Filter) architecture


Languages

Language:Rust 100.0%