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

Moved the value field of Value in Constant and renamed Value into Expression #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

d-leroy
Copy link

@d-leroy d-leroy commented Oct 14, 2015

Hello,

Following a discussion with Benoit Combemale and Didier Vojtisek, I edited the arduino language metamodel in order to remove all dynamic information.

I moved the "value" field, initially a member of the Value class, toward the Constant class because it is the only class for which this data is not dynamic (this field is also used by the Variable class but in a dynamic way so is added by aspect weaving).

I also renamed the Value class into Expression since it can also be a MathOperation.

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