I was reading your proposal and found:
-> is the only token used and required by this proposal. Several people suggested -> for code injection purposes. It's already a valid c++ token, which mean there is no need to add any new token or keyword, and -> represents injection pretty well.
Perhaps a new token is actually better? One reason why C++ is so slow to compile is due to the reuse of tokens. It requires the compiler to examine the context of tokens to disambiguate them.
I was reading your proposal and found:
Perhaps a new token is actually better? One reason why C++ is so slow to compile is due to the reuse of tokens. It requires the compiler to examine the context of tokens to disambiguate them.