-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
On HP-dq3xxx, there are references to scopes before they are defined. It's possible some of the problem is due to other parser errors and/or parsing the tables out of order. It's not clear if it's possible to guess what order to the tables should be parsed in to avoid this. Here is my proposed approach:
- Assume that the AML we are parsing is correct, and that any errors are ours
- Automatically create a scope of type LevelType::Scope whenever a new value or scope is created.
- If, during explicit creation of a new scope, if the old type was Scope, update it with the new type. If neither type was Scope and they don't match, maybe throw an error.
kennystrawnmusic
Metadata
Metadata
Assignees
Labels
No labels