News

Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during ...
Java-to-AST-with-Visulization This project is used for generating an AST for a given Java program. The AST will be stored in .dot format and can be simply visulized by several online tools.