Skip to content

Perhaps a new token is better? #1

Description

@njlr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions