Skip to content

Integrate soot loading with soot ir #55

@ftc

Description

@ftc

The goal of this task is to be able to run the following program in a concrete interpreter:

class C {
    int m(){
        int x = 3+1;
        int y = 4;
        return x*y;
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions