Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

###ExpressionEvaluator

Prototype for implementing a expression evalator. The evaluator should be able to read a expression string and output the result.

####Example

Input :

a = 5 b = 3 d = a+ b - a* b / 10

Output :

a = 5 b = 3 d = 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages