we are moving form post dominators.
This commit is contained in:
24
README.md
24
README.md
@@ -1,12 +1,14 @@
|
||||
# Final Project
|
||||
---
|
||||
### Things
|
||||
1. Forward Slice => All statements that could be affected if you change a given statement.Think of it like ripple effects in water:
|
||||
|
||||
1. To run the program please run the script:
|
||||
```bash
|
||||
chmod +x build.sh
|
||||
./build.sh
|
||||
```
|
||||
2. To run the program with bash run the command:
|
||||
```bash
|
||||
bash build.sh
|
||||
```
|
||||
|
||||
|
||||
### Run
|
||||
|
||||
```bash
|
||||
# Show all dependencies for a file
|
||||
./run.sh examples/Example1.java
|
||||
|
||||
# Analyze impact of line 3
|
||||
./run.sh examples/Example1.java 3
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user