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

Add first sketch of the interpreter #1859

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

dannywillems
Copy link
Member

No description provided.

@@ -0,0 +1,23 @@
pub trait InterpreterEnv {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to have this trait used by the whole project or just serialization? If the former, maybe it's better to have it in msm/src/interpreter.rs, otherwise maybe SerializationInterpreter is more intuitive?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not generic, yet. Certainly later.
For the name, as it is scoped by the use, and won't be conflicting with the others (yet), not sure if we have to add the submodule in the name.

Base automatically changed from dw/make-some-fields-public to master February 28, 2024 14:11
@dannywillems dannywillems merged commit 1f2f854 into master Feb 28, 2024
4 checks passed
@dannywillems dannywillems deleted the dw/add-trait-interpreter-serialization branch February 28, 2024 14:12
@dannywillems dannywillems self-assigned this Mar 7, 2024
@dannywillems dannywillems added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants