RPN DEMO
WEB-
Svelte-based interactive demo for Reverse Polish Notation expressions
rpn-demo, is a web-based application built with Svelte that provides an interactive environment for experimenting with Reverse Polish Notation expressions. It uses the rpn-ts library for expression evaluation.
The interface includes real-time stackupdates, live expression input, and visual feedback for results. Designed for learning, testing, and showcasing RPN in the browser.
Features:
- Live input of RPN expressions
- Interactive stack display
- Built with Svelte and Vite
- Lightweight and responsive