-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not lex
..
as a single DotDotToken (#75549)
* Add failing test * WorkItem :) * Renames and docs * Update tests * Do not have lexer produce .. token * Move error * Docs * Advance * Place at the same locaiton * Cleanup and consistency * Break apart numerics * in progress * Lexer work * restore * Update src/Compilers/CSharp/Test/Syntax/Parsing/ParsingTests.cs * Simplify * Update quick scanner as well * More cases * Consequence parsing * Fixup test * More precise errors * Specialized error message * Simplify expression parsing * Extract helper * simplify * simplify * simplify * inline * Simplify token merging * Fix * Simplify * Simplify * Simplify * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs Co-authored-by: Rikki Gibson <rikkigibson@gmail.com> * Tweak comment * Grammar * Update src/Compilers/CSharp/Portable/Parser/LanguageParser.cs * Lower value slightly * Fix * Clean up usings * Add tests * Simplify * Add tests * Add tests --------- Co-authored-by: Rekkonnect <8298332+Rekkonnect@users.noreply.github.com> Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
- Loading branch information
1 parent
cd336d2
commit 09a7b38
Showing
13 changed files
with
726 additions
and
132 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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.