Python: Add overlay annotations to AST classes

... and everything else that it depends on.
This commit is contained in:
Taus
2025-12-05 13:23:11 +00:00
parent 79cbf2f1cf
commit fd7b123ee3
27 changed files with 72 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ module Stages {
* Computes predicates based on the AST.
* These include SSA and basic-blocks.
*/
overlay[local]
cached
module AST {
/**