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

Macro to build undirected wiring diagrams via Julia-esque syntax #202

Merged
merged 6 commits into from
Jul 17, 2020

Conversation

epatters
Copy link
Member

@epatters epatters commented Jul 16, 2020

Defines a macro @relation, the analogue of @program for undirected wiring diagrams.

Also, only tangentially related, the uses of eval/invokelatest in @program are replaced with GeneralizedGenerated.jl, which resolves #120.

@epatters epatters merged commit 4a79208 into AlgebraicJulia:master Jul 17, 2020
@epatters epatters deleted the parse-relations branch July 17, 2020 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should generalized generated instead of eval
2 participants