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

WIP: type encoder cleanup #64

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

Conversation

Aurel300
Copy link
Owner

The idea is to split each type kind into a module of its own that defines a domain encoding and a predicate encoding, each of which uses a generic "builder" which more or less just accumulates functions, methods, etc. The messy VIR expression constructions are made a bit less painful with a declarative macro vir::expr! that parses a subset of VIR syntax.

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