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

ifex_construction = support for building IFEX AST trees #100

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

gunnar-mb
Copy link
Collaborator

Author: Gunnar Andersson <[email protected]>, MBition GmbH.

Helper support for building IFEX AST trees from within python code

To create an AST, it is possible to call functions that return the dataclass objects. That is of course nothing more than a normal constructors (__init__() functions), but this implementation also does some checking of the inputs so they adhere to the specified model.

Further explanation is best read from the comments inside of ifex_ast_construction.py


The program was tested solely for our own use cases, which might differ from yours.

The submission is provided under the main project license (LICENSE file in root of project).

Provider Information

@gunnar-mb gunnar-mb merged commit 8bf3997 into COVESA:master Feb 6, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant