quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
460 stars 72 forks source link

Migrate quilc to use new ISA #678

Open erichulburd opened 4 years ago

erichulburd commented 4 years ago

Rigetti API is now exposing a new InstructionSetArchitecture.

A few questions:

stylewarning commented 3 years ago

I would add a parser/converter to the quilc package (or another package adjacent to the quilc package), which then constructs cl-quil-native structures.

I would keep the existing functionality inside of cl-quil untouched as much as feasible. And I would not add a(nother) parser to cl-quil.