Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@ziqi-ma
Copy link
Contributor

@ziqi-ma ziqi-ma commented Oct 13, 2020

Addressing #610
But note this currently only adds binary BigInt, not yet octal. I was thinking if this looks alright then I will first rewrite octal into binary string and then parse binary string to hex, which is less efficient than writing octal directly to hex - but that requires enumerating too many cases...

@anpaz
Copy link
Member

anpaz commented Oct 13, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@bamarsha
Copy link
Contributor

Thanks for the PR! I'll make sure it's reviewed soon.

@bamarsha bamarsha self-assigned this Oct 13, 2020
Copy link
Contributor

@bamarsha bamarsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks like the right approach! Just added some comments for simplifying parts of the code.

@bamarsha bamarsha changed the title adding support for binary BigInt adding support for binary and octal BigInt Oct 17, 2020
@bamarsha bamarsha linked an issue Oct 17, 2020 that may be closed by this pull request
Copy link
Contributor

@bamarsha bamarsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good, thanks for your contribution!

@bamarsha
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for binary BigInt constants

3 participants