-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Reserve more numeric types #138
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
Conversation
Does this include uints? |
I'm not really sure this is necessary. Built-in types like
What do you mean by this/how does this relate? |
There is explicit mention of |
@huonw Yes i misread, but i reread and saw, and deleted my comment, but you were too quick! Also, his grammar in the |
They are not keywords, but they are built-in in the type grammar, and you cannot introduce a new built-in without breaking code that used that identifier. I will update to clarify. |
(uints were an oversight) |
I figure so, I just meant to point it out. |
Ah, I was mistaken, sorry. In any case, |
Actually, this is entirely unnecessary. |
@cmr care to explain? |
It's more than conceivable that we will need Are you sure these are already in the grammar? |
This is legal today:
Adding a built-in |
On the flip side, should any numeric types parse, let alone tokenize specially? |
No description provided.