wac
wac copied to clipboard
feat(transform): implement syntax for component transform
TODOS:
- [x] Implement resolution for
let ... transform - [x] Support
new <ident>syntax/resolution/grammar to allow referencing the component from a transformation to be used in an instantiation. - [ ] Update Docs
- [ ] Tests/Example
Update: WAVE has recently undergone a major refactor to introduce an AST (among other improvements). So we no longer need to commit the wave crate here.
Closing this for now since I don't have much bandwidth to drive this to completion.