Closed TristonianJones closed 1 year ago
Fix MaxID to consider macro keys and expressions
During constant folding and inlining macro ids can exceed the id space present in the actual expression body. This change ensures that ast.MaxID considers these ids during its computation.
ast.MaxID
Fix MaxID to consider macro keys and expressions
During constant folding and inlining macro ids can exceed the id space present in the actual expression body. This change ensures that
ast.MaxID
considers these ids during its computation.