nac3artiq: implement module type support #573

Merged
sb10q merged 9 commits from abdul124/nac3:issue40 into master 2025-01-17 12:40:41 +08:00
Collaborator

This PR adds:

  • module type support with aliasing
  • support for global variables in nac3artiq

Supported use cases are illustrated in nac3artiq.demo.module_support.
Solves #40

This PR adds: - module type support with aliasing - support for global variables in nac3artiq Supported use cases are illustrated in `nac3artiq.demo.module_support`. Solves #40
abdul124 added 9 commits 2025-01-16 14:07:25 +08:00
abdul124 requested review from derppening 2025-01-16 14:07:46 +08:00
derppening approved these changes 2025-01-16 15:09:55 +08:00
derppening requested review from sb10q 2025-01-16 15:10:00 +08:00
Collaborator

Please make sure cargo fmt is run before merge.

Please make sure `cargo fmt` is run before merge.
Owner

Needs cleanup pass of nac3artiq/demo. This PR makes the existing mess worse, merge first then clean up everything.

Needs cleanup pass of nac3artiq/demo. This PR makes the existing mess worse, merge first then clean up everything.
sb10q merged commit 879b063968 into master 2025-01-17 12:40:41 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#573
No description provided.