mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
This commit updates the post-parse step so that: - the visitor not longer recurses into method bodies. Since code inside methods may potentially generate dynamic/scoped entities or even use conditional invocations (if CondRefOf(X) { X(...) }), symbol resolution will be deferred to the AML interpreter. - parent-child relationships between entities are checked and updated if not properly specified