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
Confusion in documentation of < > #38
Comments
|
Right now these are some nodes like "This is not a real operator, just syntactic sugar that is turned into the { } postcircumfix operator at compile-time." for postcircumfix.< > -- do you think that a similar note for circumfix: < > will suffice? |
|
@awwaiid I think yes. |
|
OK, so:
However, there's now
So at this point the most appropriate title for this ticket is: |
Entering "< >" in the search box currently lists three entries:
Postcircumfix: .< > leads to routine/.<%20> (currently 404 not found)
Circumfix: < > leads to routine/<%20>
Quote: < > leads to syntax/<%20>
I don't think there should be a "circumfix" entry, as < > is not an operator, nor is there a
circumfix:«< >»function/routine. As far as I can tell, it's purely a syntactic construct.I suspect the same should be said for postcircumfix .< > -- as far as I know it's not a routine in its own right -- it's really syntactic sugar for .{< >} . It's not an operator in its own right (e.g., that could be overloaded).
The text was updated successfully, but these errors were encountered: