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

f777c03 · Dec 31, 2015

History

6 Commits
Dec 31, 2015
Dec 31, 2015
Dec 11, 2015
Dec 31, 2015
Dec 11, 2015
Dec 31, 2015
Dec 31, 2015
Dec 11, 2015
Dec 31, 2015

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