Object oriented implementation of the Shunting-yard algorithm using Python 2.7. Parses mathematical expression in infix notation to produce Reverse Polish Notation. I just decided to make it a bit more readable and extensible than most implementations I've seen so far. Algorithm is taken from wiki.
-
Notifications
You must be signed in to change notification settings - Fork 0
ukolka/shunting-yard-algorithm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Object oriented implementation of the shunting-yard algorithm using Python 2.7.
Resources
Stars
Watchers
Forks
Releases
No releases published