The repository contains code for a mathematical expression parser for the task as described in the repository:
INSTRUCTIONS TO RUN CODE:
- cd src
- make
- ./server
SYNTAX INSTRUCTIONS:
- Code does not allow Multiple Digit numbers
- Only the binary operators : +, -, *, / are allowed
- Calculations with results outside the bounds of integers ( as defined in the C++ Standard ) will give errors.