C++ links: Coroutines
https://github.com/MattPD/cpplinks / C++ Standard / C++20 / Coroutines
(draft; work in progress)
#coroutines (C++ Slack): https://cpplang.slack.com/archives/C5JS5JXT5
https://github.com/MattPD/cpplinks / C++ Standard / C++20 / Coroutines
(draft; work in progress)
#coroutines (C++ Slack): https://cpplang.slack.com/archives/C5JS5JXT5
| open Microsoft.CodeAnalysis | |
| open Microsoft.CodeAnalysis.CSharp | |
| open Microsoft.CodeAnalysis.CSharp.Syntax | |
| open FSharp.CodeAnalysis.CSharp.Patterns | |
| // full form for the node, with SyntaxKind and tokens | |
| let fullForm (n: CSharpSyntaxNode) = | |
| match n with | |
| | BinaryExpressionSyntax(_, LiteralExpressionSyntax(_), _, _) -> () |