sh0derun / expars

Mathematical expression parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Mathematical expression parser and simulator

Simulates the expression by transforming its infix to postfix form using Shunting-yard algorithm instead of passing by AST.

Supports float and integer numbers, parenthesis, addition, substraction, multiplication, division

Quick start

$javac ExpressionParser*.java && java ExpressionParserTest

About

Mathematical expression parser

License:MIT License


Languages

Language:Java 100.0%