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

Type aliases #113

Open
6 tasks
bocchino opened this issue Apr 1, 2022 · 1 comment
Open
6 tasks

Type aliases #113

bocchino opened this issue Apr 1, 2022 · 1 comment
Assignees
Labels
code generation Issues related to code generation proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide

Comments

@bocchino
Copy link
Collaborator

bocchino commented Apr 1, 2022

Allow type aliases, e.g., type FwPacketDescriptorType = U32. That way we can generate code for the GDS and for the C++ implementation that keeps these types consistent.

  • Revise the spec
  • Implement and test syntax, including AstWriter and FppWriter
  • Update the algorithm descriptions on the wiki
  • Implement and test semantics
  • Implement and test code gen
  • Update User's Guide
@bocchino bocchino added the proposed feature A proposed new feature label Apr 1, 2022
@bocchino bocchino self-assigned this Jul 22, 2022
@bocchino
Copy link
Collaborator Author

We can also check type bounds as discussed in #198.

@bocchino bocchino mentioned this issue Dec 13, 2022
2 tasks
@bocchino bocchino removed their assignment Apr 29, 2024
@bocchino bocchino added code generation Issues related to code generation semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Issues related to code generation proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide
Projects
Development

No branches or pull requests

2 participants