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

Implement old and rel #30

Draft
wants to merge 8 commits into
base: rewrite-2023
Choose a base branch
from

Conversation

tillarnold
Copy link

@tillarnold tillarnold commented Nov 30, 2023

This implements old , rel0 and rel1

  • The syntax for calling rel from Rust is rel0(...) instead of rel(...,0) , since the integer needs to be a constant in viper

Notes for me:

@JonasAlaif
Copy link
Collaborator

@tillarnold just fyi, I sent you a message on Zulip about our meeting today

@Aurel300
Copy link
Owner

Looks good and is mostly doing things in the front-end, i.e. won't clash with other PRs, but I would like to change this to not make the marker kinds so hardcoded, i.e. have an enum Mode { Old, Rel(u32), } somewhere.

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.

3 participants