Skip to content

Commit 7fd9752

Browse files
committed
2 parents 14bec40 + 643159a commit 7fd9752

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ SharpFocus implements **program slicing** — a static analysis technique that a
2121

2222
By combining both directions, SharpFocus creates a **focus mode** that highlights only the relevant code paths, fading everything else away. Perfect for debugging, refactoring, and code review.
2323

24+
**Learn More:**
25+
- [Part 1: Understanding Code Through Data Flow](https://www.rahultr.dev/posts/part1-getting-started/) — Introduction to program slicing and the dependency problem
26+
- [Part 2: The Analysis Engine](https://www.rahultr.dev/posts/part2-core-technology/) — How the dataflow analysis works under the hood
27+
- [Part 3: Advanced Analysis Techniques](https://www.rahultr.dev/posts/part3-advanced-concepts/) — Transfer functions, soundness vs precision, and performance
28+
2429
---
2530

2631
## Features

0 commit comments

Comments
 (0)