Back to projects
Jun 10, 2024
1 min read

Solidity AST Generator

Generate AST from Solidity code

This project takes a solidity code and generates the AST of it.

Features

  • Highlight AST code for any selected solidity code
  • Traversed tree path is shown
  • Tree is pinnable, helps to visually differentiate between two trees