Skip to content
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

Create BigInt type #33

Open
5 tasks
tmteam opened this issue Feb 18, 2022 · 0 comments
Open
5 tasks

Create BigInt type #33

tmteam opened this issue Feb 18, 2022 · 0 comments
Labels
Syntax Syntactic and semantic improvements and sugars Tic Type inference calculator has to be changed What if? [Candidate]
Milestone

Comments

@tmteam
Copy link
Owner

tmteam commented Feb 18, 2022

Convertion (int64|uint64)->bigint->real
Operators All arithmetics and bitwise
Id bigint (optional : int)
Clr type BigInteger

Allow to choose prefered integer type for constant and integer operators ( use int as alias for bigint)

  • type system
  • operators
  • clr convertion
  • syntax settings for bigint
  • specification
@tmteam tmteam added this to the First release milestone Feb 19, 2022
@tmteam tmteam added Syntax Syntactic and semantic improvements and sugars What if? [Candidate] Tic Type inference calculator has to be changed and removed enhancement labels May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Syntax Syntactic and semantic improvements and sugars Tic Type inference calculator has to be changed What if? [Candidate]
Projects
None yet
Development

No branches or pull requests

1 participant