Add AST pass for counting operations
Compare changes
+ 229
− 1
@@ -12,11 +14,28 @@ from .structural import (
@@ -12,11 +14,28 @@ from .structural import (
@@ -120,3 +139,212 @@ def collect_required_headers(node: PsAstNode) -> set[str]:
@@ -120,3 +139,212 @@ def collect_required_headers(node: PsAstNode) -> set[str]: