Skip to content

A simple interpreter for evaluating mathematical and logical expressions in prefix, infix and postfix notations.

Notifications You must be signed in to change notification settings

Baksonator/simple-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

The interpreter can evaluate mathematical and logical expressions with integers. Supported operations are: addition, subtractions, multiplication, division, greater than, less than, greater or equal to, less or equal to, equal to, not equal to. Expressions can be evaluated in prefix, infix or postfix notation. In addition, the use of variables is allowed, as shown in the examples that follow. Finally, roman numerals are supported as well.

example 1 example 2 example 3

About

A simple interpreter for evaluating mathematical and logical expressions in prefix, infix and postfix notations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages