-
Notifications
You must be signed in to change notification settings - Fork 1
Numbers #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
We should probably get to adding more support for numbers. Currently, you can partition numbers with
_, however we could have something more powerful, e.g. 0xa, 0b1010, and probably work on float/longs as those are pretty important. This would also mean decimals need to be included in number tokens too, which shouldn't be too hard, but we'll leave that to when we get to it.