da
Doxygen to Wiki / Build Doxygen and publish to Wiki (push) Failing after 1m0s

This commit is contained in:
2025-08-15 21:06:31 -07:00
parent 387c694efe
commit 69184c7cb8
16 changed files with 444 additions and 64 deletions
+6
View File
@@ -1,3 +1,9 @@
"""
@file transformers/control_flow.py
@brief Control-flow flattening transformer.
@details Converts structured control flow into a state-machine with a while/dispatch
loop to hinder static analysis, and can emit debug telemetry in debug mode.
"""
import ast
import random
from typing import Dict, List, Set, Tuple, Any, Optional