mirror of https://github.com/openqasm/openqasm.git
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a recommendation that pragmas and annotations start with a namespaced
|
|
identifier to avoid naming collisions between pragmas and annotations
|
|
specified by different implementations.
|
|
To support namespaced annotations, the annotations keyword may now include
|
|
a dotted ('.') list of identifiers.
|