A parser and compiler for a subset of Q# language features, implemented in TypeScript.

2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Expand the existing minimal Q# compiler implemented in TypeScript to support a broader range of Q# language features as specified in the Q# language specification. This involves enhancing the compiler's ability to parse and translate a larger subset of Q# syntax and semantics into a target representation (not specified).

Complexity: 5/5
help wanted

A parser and compiler for a subset of Q# language features, implemented in TypeScript.

TypeScript
Parser tests 2 months ago

AI Summary: Implement Jasmine unit tests for the Q# parser in TypeScript, following the style of existing tests in the qasm-ts repository. The tests should cover the parser's ability to correctly parse various Q# code constructs, including operations, functions, and expressions.

Complexity: 4/5
help wanted good first issue

A parser and compiler for a subset of Q# language features, implemented in TypeScript.

TypeScript