Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Parsing for Q# attributes #81

@jviszlai

Description

@jviszlai

With an end goal of supporting attributes in Q#, the compiler should first be able parse the syntax of attributes and store some information about the identifier and arguments.
For example:

@ExampleAttribute("ExampleArgument")@
operation BitFlip(target : Qubit) : Unit {
    X(target);
}

Metadata

Metadata

Labels

area: languageChanges to the Q# languagefeatureNew feature to be added

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions