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

Support Interleaving Constraints #205

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

DavePearce
Copy link
Collaborator

No description provided.

This puts in place a straightforward implementation of interleaving
assignments.  There are two outstanding things: (1) more tests are
needed; (2) interleavings break module height and a solution is needed
for this.
The notion of an evaluation context has morhped from being just that of
the enclosing module, to also include the length multiplier.  In effect,
modules are divided up into different demarcations based on the length
multiplier.  Thus, for example, every expression must have a unique
enclosing module and length multiplier.
This adds some more tests, and fixes a number of minor issues around the
expansion function for interleaving assignments.
@DavePearce DavePearce linked an issue Jul 4, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 4f5dd3e into main Jul 4, 2024
2 checks passed
@DavePearce DavePearce deleted the 110-support-interleaving-constraints branch July 4, 2024 04:13
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.

Support Interleaving Constraints
1 participant