Add a large number mode. #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: threeoh6000/granite#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently and by default, numbers in Granite are interpreted as
i64
s. It may be beneficial for the user at runtime to switch to other number values (e.g.i128
,u128
,u64
).The idea I have in mind right now is to add an operation that allows to set environment variables, maybe
:](variable),(value)
and the variable could beINTEGER_WIDTH
or something.