-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for alternative operator representations
This adds support for the alternative operator representations in unary, binary, and assignment expressions, as well as when using in explicit operator calls and overload declarations/definitions. This does _not_ support full token substitution the preprocessor performs (these alternate tokens can be substituted _anywhere_ the tokens they represent appear, but in this grammar they are only supported in the above expressions). This also does _not_ add support for alternate token representations of the brace tokens ('{', '}', '[', ']') or preprocessor directives ('#', '##')
- Loading branch information
Showing
5 changed files
with
308,613 additions
and
273,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.