Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HelifeWasTaken authored Nov 2, 2020
1 parent 87ca340 commit 7dbb965
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,30 @@ This project has been made with only write, malloc, and exit from the libC every
- You cannot add operands to the base
- You cannot put the same two numbers in the base

## Using it

```sh
git clone https://github.com/Heliferepo/bistromatic
cd bistromatic
make
echo "expression" | ./calc "base" "operators" size_to_echo

echo "3+3" | ./calc "0123456789" "()+-*/%" 3 #should output 6
```

This was an epitech project the results were :

----------------------------------------
| note | coverage | percentage |
|------|--------------|-----------------
| | 100% lines | |
| ?? | | 100% |
| | 100% branches| |
----------------------------------------
| note | 100% lines |
|------------|---------------|
| coverage | 100% |
| percentage | 100% branches |

- Coding style

---------------------------------------
| Coding style | Minor | Major | Info |
---------------------------------------
| N/A | 0 | 0 | 0 |
---------------------------------------
| Minor | 0 |
|-------|---|
| Major | 0 |
| Info | 0 |

237 units tests has been realised with criterion

Expand Down

0 comments on commit 7dbb965

Please sign in to comment.