Skip to content

krishna-atkalikar/expression-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expression-evaluator

Expression evaluator can parse a string expression and evaluate it to get result. Entry point for this is ExpressionEvaluator.

Few points to consider before evaluating expression:

  1. Every token in expression must a be space separated. for eg. "( 1 + 2 ) * 5".
  2. If expression contains a variable then it must start and end with "$" symbol. for eg. "( $salary$ > 0 )".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages