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

Improve type inference model #169

Merged
merged 15 commits into from
Sep 11, 2023
Merged

Conversation

dstallenberg
Copy link
Contributor

@dstallenberg dstallenberg commented Aug 16, 2023

Creates a state storage plugin for saving type information.

Type system improvements:

  • disallow anonymous ids in relations/elements
  • ensure function ids are included in function definition relations
  • map function calls correctly to the original function definition
  • remove notion of 'index' in array type
  • differentiate between strong and weak relations between type models
  • removed type enum from statement constructors
  • always keep typeid in statements

@dstallenberg dstallenberg marked this pull request as ready for review September 8, 2023 13:44
@dstallenberg dstallenberg requested a review from a team as a code owner September 8, 2023 13:44
@dstallenberg dstallenberg merged commit 3552746 into main Sep 11, 2023
4 of 6 checks passed
@dstallenberg dstallenberg deleted the improve-type-inference-model branch September 11, 2023 11:07
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