dodokek / Calculator

An implementation of the simpliest calculator. The goal of this project is to train an algorithm called Recursive Descend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

An implementation of the simpliest calculator. The goal of this project is to train an algorithm called Recursive Descend

Overview

To use this repo just clone it and write the expression you want to calculate in file input.txt

About

An implementation of the simpliest calculator. The goal of this project is to train an algorithm called Recursive Descend


Languages

Language:C++ 51.1%Language:Makefile 33.5%Language:C 15.3%