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

A couple of improvements for directly typed parsing #13

Merged
merged 4 commits into from
Nov 11, 2024

Conversation

maxkurze1
Copy link

No description provided.

For some reason the arguments list of functions was stored in reverse in
the AST. I couldn't figure out a reason for it, so I decided to rather
save it as is.
As already done by Clément Pit-Claudel, this commit adapts the internal
function definition in order to deduplicate information that is
currently available on the term and type level. This includes the
argument specification (which is also the body's signature) and the
retSig (which is also the body's tau).
@sertel sertel merged commit 5d6c10a into Barkhausen-Institut:master Nov 11, 2024
1 check passed
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