Here's the link to the repository https://github.com/victorqribeiro/shuntingYard
Let me know what you think
By the way, I found one or two bugs.
The empty parentheses alone are treated as undefined:
> () undefined
> 5 + () NaN
https://github.com/victorqribeiro/shuntingYard/pull/1/commit...
Here's the link to the repository https://github.com/victorqribeiro/shuntingYard
Let me know what you think