Skip to content

Latest commit

 

History

History

evalexpr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

eval_expr project 🖥️

Done by Maxime and Edouard - Epitech 2021 🎓

Overview

This project is a part of the first year of Epitech.
We had 1 week to complete it. 🗓️

The goal of this project was to create a calculator in C. 🧮

Running the project locally

  • Clone this repository locally
  • Run make in your bash / command line
  • Run ./calc <operation>

Warning The only characters allowed in <operation> are: 1234567890+-*/%() (no spaces)

To try this program, you can to use this command:

make && ./calc "(1+3)*2"

An output you can get from this program can be:

example.png

Here are the different tools and languages we used to make this project: 🛠️

Main tools

Here is the GitHub of the person who did the project with me : Edouard Chang