Skip to content

Fpy compiler V0.1 #215

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

Open
wants to merge 79 commits into
base: devel
Choose a base branch
from
Open

Conversation

zimri-leisher
Copy link
Collaborator

Related Issue(s) nasa/fprime#3615
Has Unit Tests (y/n) y
Documentation Included (y/n) y

Change Description

A description of the changes contained in the PR.

Rationale

A rationale for this change. e.g. fixes bug, or most projects need XYZ feature.

Testing/Review Recommendations

Fill in testing procedures, specific items to focus on for review, or other info to help the team verify these changes are flight-quality.

Future Work

Note any additional work that will be done relating to this issue.

@zimri-leisher
Copy link
Collaborator Author

@bocchino @LeStarch
This PR is ready for review

class FieldReference:
"""a reference to a field/index of an fprime type"""

parent: "FpyReference"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this doesn't handle A(1).x
struct A {
x: U32
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

could dispense with a reference to a field, resolve reference to a value

@zimri-leisher
Copy link
Collaborator Author

@bocchino I have responded to your feedback

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.

2 participants