nac3artiq: add support string attributes in classes #416
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#416
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-337"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The main changes are as follows:
nac3artiq/src/lib.rs:
nac3artiq/src/symbol_resolver.rs
Added a demo file under nac3artiq/demo to test new changes
Could you update the commit message? String is already a primitive type, and AFAIK you're just adding support for the
str
attribute.And are there any changes to
nac3standalone
? Isstr
already supported there?I will change the commit message to "nac3artiq: support string attributes in classes"
str
attributes are supported there. The test case nac3standalone/demo/src/demo_test.py tests for string storing and printing capabilities.0fa8cd21cd
to8cab8f08cb
nac3artiq: Add String to Primitive Typesto nac3artiq: add support string attributes in classesRest of the changes LGTM.