Skip to content

imbusy/evaluate-expression-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evaluate-expression-js

Basic math interpreter that can parse and evaluate expressions with tokens 0-9 + - * /.

Converts the expression to postfix notation using the shunting-yard algorithm and evaluates it.

About

Evaluate basic mathematical expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published