Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bigint type #56

Closed
barnjamin opened this issue Jan 27, 2023 · 1 comment
Closed

Add bigint type #56

barnjamin opened this issue Jan 27, 2023 · 1 comment
Labels
feature request Request a new feature or change to an existing one

Comments

@barnjamin
Copy link
Contributor

We should consider adding a new type bigint that is backed by bytes and type check for that on b+,b*,b-, ...

Maybe here? maybe not if we want to keep that isolated to just the actual AVM types
https://github.com/tinymanorg/tealish/blob/main/tealish/tealish_builtins.py#L8

@barnjamin barnjamin mentioned this issue Jan 30, 2023
@barnjamin
Copy link
Contributor Author

barnjamin commented Jan 31, 2023

sketched out an idea here #63

@fergalwalsh fergalwalsh added the feature request Request a new feature or change to an existing one label Feb 3, 2023
@tinymanorg tinymanorg locked and limited conversation to collaborators Feb 3, 2023
@fergalwalsh fergalwalsh converted this issue into discussion #72 Feb 3, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
feature request Request a new feature or change to an existing one
Projects
None yet
Development

No branches or pull requests

2 participants