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

Allow Accumulate and type system generation/validation refer to external typed nodes #114

Closed
willscott opened this issue Nov 16, 2020 · 1 comment

Comments

@willscott
Copy link
Member

If one has a custom implementation of a node type, there's no graceful way to use that with a typegen'd type system. This could be as simple as somehow marking "don't generate the type and implementation for this type", or ideally by being able to say the type exists already and then substitute a language-appropriate reference at the time of language-specific code generation.

@warpfork
Copy link
Collaborator

warpfork commented Dec 4, 2020

#116 means this is now accomplishable (if hackily), yes?

@warpfork warpfork closed this as completed Dec 4, 2020
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

No branches or pull requests

2 participants