Open Issues Need Help
View All on GitHubAI 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).
A parser and compiler for a subset of Q# language features, implemented in TypeScript.
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.
A parser and compiler for a subset of Q# language features, implemented in TypeScript.