We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3daacb commit 132de17Copy full SHA for 132de17
README.md
@@ -16,6 +16,7 @@ Currently, this repo contains the following experimental projects:
16
- [NativeAOT-LLVM](https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM) - LLVM generation for Native AOT compilation (including Web Assembly)
17
- [ManagedQuic](https://github.com/dotnet/runtimelab/tree/feature/ManagedQuic) - Fully managed implementation of QUIC protocol
18
- [LLHTTP](https://github.com/dotnet/runtimelab/tree/feature/LLHTTP2) - a set of flexible, lower-level HTTP APIs.
19
+- [RegexSourceGenerator](https://github.com/dotnet/runtimelab/tree/feature/RegexSourceGenerator) - Code generator for compiled regular expressions.
20
21
You can create your own experiment, learn more [here](CreateAnExperiment.md)!
22
0 commit comments