Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 471 Bytes

The repository contains code for a mathematical expression parser for the task as described in the repository:

INSTRUCTIONS TO RUN CODE:

  1. cd src
  2. make
  3. ./server

SYNTAX INSTRUCTIONS:

  1. Code does not allow Multiple Digit numbers
  2. Only the binary operators : +, -, *, / are allowed
  3. Calculations with results outside the bounds of integers ( as defined in the C++ Standard ) will give errors.