microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
235 stars 56 forks source link

BigInt literals now accept binary and octal formats #42

Closed bamarsha closed 3 years ago

bamarsha commented 3 years ago

microsoft/qsharp-compiler#673 added support for binary and octal BigInt literals to the compiler. The documentation on BigInt Literals in the Q# specification should be updated.

bamarsha commented 3 years ago

@ziqi-ma in case you also wanted to update the documentation. :) If not, I or someone else can get to it soon.

ziqi-ma commented 3 years ago

Sent in PR:)