Skip to content

nishant-sachdeva/InterpreterCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published