Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 483 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 483 Bytes

ASM

  • This project is a clone of ASM project.
  • Aim: Make ASM stmt nodes capture bytecode index information from class files.
  • Version: 9.6-SNAPSHOT
  • Gradle build.
  • To build use the command: gradle jar on the parent directory where grade.build file is present.
  • The jar corresponding to each project can be found inside the build/libs folder.\
  • Use the build-project.sh script to build the project and update maven repositories.