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

Parser: Handle import clauses #156

Closed
darenkeck-dev opened this issue Jul 22, 2022 · 2 comments
Closed

Parser: Handle import clauses #156

darenkeck-dev opened this issue Jul 22, 2022 · 2 comments
Assignees
Labels
bug Something isn't working Top Priority Top of the Priority List

Comments

@darenkeck-dev
Copy link
Collaborator

The parser is not handling import statements. Update so something like the following:

import con = Buildings.Fluid.Types.HeatExchangerConfiguration;

is parsed into an element.

@darenkeck-dev darenkeck-dev added bug Something isn't working Top Priority Top of the Priority List labels Jul 22, 2022
@darenkeck-dev darenkeck-dev added this to the Parser milestone Jul 22, 2022
@darenkeck-dev darenkeck-dev self-assigned this Jul 22, 2022
@darenkeck-dev
Copy link
Collaborator Author

This will be fixed with PR #144

@darenkeck-dev
Copy link
Collaborator Author

Changes merge. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Top Priority Top of the Priority List
Projects
None yet
Development

No branches or pull requests

1 participant