This change adds support to the pyqir-parser for parsing global byte array constants and getting their defined value from the module. This is useful when dealing global static strings, and the added test demonstrates how to interpret the Python bytes as a string.
This change adds support to the pyqir-parser for parsing global byte array constants and getting their defined value from the module. This is useful when dealing global static strings, and the added test demonstrates how to interpret the Python
bytes
as a string.