Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check name scoping when parsing a logic #11

Open
aspiwack opened this issue May 31, 2019 · 0 comments
Open

Check name scoping when parsing a logic #11

aspiwack opened this issue May 31, 2019 · 0 comments

Comments

@aspiwack
Copy link
Owner

The goal is to make sure to avoid typos in names of items, etc…

So instead of blindly add everything we see to the logic's list of item and locations (and risk having a "progressive sword" and a "porgessive sword" in our item list), we first gather the items and locations which will be allowed in the logic, and, produce an error when an undeclared item or locations is used.

Range formulas are probably ok, for the time being, to declare items. We also need a way to declare locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant