https://github.com/gitpaulo/aritree
Visualise your arithmetic expressions
https://github.com/gitpaulo/aritree
arithmetic-expression cytoscape postfix svelte visualization
Last synced: 4 months ago
JSON representation
Visualise your arithmetic expressions
- Host: GitHub
- URL: https://github.com/gitpaulo/aritree
- Owner: GitPaulo
- License: mit
- Created: 2023-12-16T02:49:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T12:20:17.000Z (7 months ago)
- Last Synced: 2025-03-27T12:38:26.162Z (7 months ago)
- Topics: arithmetic-expression, cytoscape, postfix, svelte, visualization
- Language: Svelte
- Homepage: https://gitpaulo.github.io/aritree/
- Size: 253 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Aritree`
Arithmetic expressions visualized in a binary tree representation.

### TODO
- [ ] Allow changing rules in table view
- [ ] More operators?
- [ ] Stepper?## Design
In a nutshell,

## Developing
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## REF
- http://faculty.nps.edu/kmsquire/cs3901/section1/projects/p2/arithmetic.pdf
- https://brilliant.org/wiki/shunting-yard-algorithm/