Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 689 Bytes

JimpleFramework

Build Status

A Rascal implementation of the Jimple framework. The current version supports:

  • parsing Java Byte Code into a JIMPLE representation.
  • JIMPLE code optmization constructs.
  • a framework for dataflow analysis.

Requirements

  • Java ?
  • Maven
  • Rascal
  • Eclipse IDE
  • Lombok

Setting up your requirements

  1. Make sure Eclipse is running on Java ?. Also, you need to setup your PATH to use Java ? when using Maven.
  2. Install Lombok into Eclipse IDE. https://projectlombok.org/setup/eclipse

Installation Procedure