Given an Expression, get the effective TimeScale #1456
-
|
Hey! I'm walking the AST and when I encounter a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You can only reach an expression via some scope, so you have to remember it during visitation such that it's available when you reach the expression you're interested in. Once you have the scope the |
Beta Was this translation helpful? Give feedback.
c548f2c