Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 655 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 655 Bytes

This is a package of React components for analysing and visualising working Python code, for educational purposes.

You can see a live demonstration of the components here.

Tokenizer

The tokenizer component shows the result of tokenizing Python code. The user can edit the code and re-tokenize, to see how different code gets interpreted by the tokenizer.

Tokenizer screenshot

AST visualizer

The AST visualizer will parse Python code and show the resultant parse tree as a block diagram.

AST screenshot