UNPKG

inpostfix

Version:

Convert infix to RPN notation, and solve it

12 lines (11 loc) 160 B
// rollup.config.js export default [ { input: 'module/rpn.mjs', output: { file: 'main.js', format: 'cjs', name: 'rpn', } } ];