Skip to content

An infix to expression tree creator and solver with a basic GUI and "variable-value" mapping.

Notifications You must be signed in to change notification settings

mahirshah/expressionTreeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressionTreeJs


  • converts infix expressions to postfix expressions
  • converts infix expression to expression trees
  • built completely in Javascript
  • has a simple GUI (index.html) which can be used to create a variable-value map and solve basic expressions
  • built using ES2015 classes/ES2015 syntax
  • compiles down to ES5 code using Babel

Note: ExpressionTreeJs does not fully support equation solving yet, but support is coming soon!

About

An infix to expression tree creator and solver with a basic GUI and "variable-value" mapping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published