00mjk / quil-rust

Quil Parser & Program Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quil Parser & Program Builder

This library is the implementation of the Quil spec in Rust.

It serves three purposes:

  1. Parse Quil programs from strings, and output programs to strings
  2. Manipulate Quil programs within Rust
  3. Construct a dependency graph among program instructions

It should be considered unstable until the release of v1.0.

About

Quil Parser & Program Builder

License:Apache License 2.0


Languages

Language:Rust 100.0%