Skip to content

Introducing first class Product and Record types #71

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

Merged
merged 8 commits into from
Mar 16, 2023

Conversation

bladyjoker
Copy link
Contributor

@bladyjoker bladyjoker commented Mar 16, 2023

DONE

  • Updates the API with the new Product and Record messages and removes the joint Product type. Ofc these are now accepted as TyBody
  • Updates the Compiler to handle product and record types (kind check and class constraint checks).
  • Update the Frontend with the new syntax.
  • Updates the Codegen to handle product and record types (checks and prints).
  • Updates the lbg with a proper interface lbg gen-haskell -i lambda-buffers.input.textproto -o lambda-buffers.output.textproto -p autogen
  • Cleanup.

@bladyjoker bladyjoker self-assigned this Mar 16, 2023
@bladyjoker bladyjoker added enhancement New feature or request compiler Work related to the Lambda Buffers Compiler frontend codegen labels Mar 16, 2023
@bladyjoker bladyjoker merged commit ea949f1 into main Mar 16, 2023
@bladyjoker bladyjoker deleted the bladyjoker/prod-rec-first-class branch March 16, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen compiler Work related to the Lambda Buffers Compiler enhancement New feature or request frontend
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant