Skip to content

georgevanuta/Syntax-Tree-Visualizer-Arithmetic-Expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Syntax Tree For Arithmetic Expressions Visualizer

Description

Given a valid arithmetic expression (ex: (1+((2 * 5)*(3+4)))) outputs a graphical representation of the syntax tree.

  • Representaion of the previous expression:

c1

How to use?

In order to use you will need $\bf{python3}$ with $\bf{PyQt6}$, but I recommend just running it in $\bf{pycharm}$. To run just give the arithmetic expression as cmd line arg.

Releases

No releases published

Packages

No packages published

Languages