Visualize Java Source Code with JavaScript

Asked 1 years ago, Updated 1 years ago, 79 views

I'm creating a visualization web of Java source code in my school project.

The source code tries to scan and visualize the code assuming there are no errors.

We are now implementing a code to tokenize the code and create a sync tree

Is there an example of making parser with javascript or something like that?

Or is there another way to visualize it?

javascript compiler java visualization

2022-09-21 17:53

1 Answers

If you search github, there are projects that you can refer to.

https://github.com/mazko/jsjavaparser I think this is a typical example.

Please refer to the topics below. https://github.com/topics/ast


2022-09-21 17:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.