You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added scope store for actual scope storage: stores all declarations in
the current scope (rather than scope names).
Need to deal with cylic dependencies (issue #27).
Currently may have issues with scope evaluation being loaded into map
(issue #28).
Changed scope types and by extension scope evaluation functions from
using a Data.Map.Strict to a list so that the scope can be evaluated in
order.
This should lead to better error messages and hopefully correct scope
ordering.
Use of maps when building scope tree could cause out-of-order scope evaluation, which leads to errors when scope names overwrite each other.
Need to evaluate maps ordering and assess if this is an issue
The text was updated successfully, but these errors were encountered: