0.1.0 • Published 3 years ago

@timmartin2/python-code-analyzer v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

This is still at a very early stage of development.

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