Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stryker-mutator/dotnet-regex-parser
Parse dotnet Regexes to Syntax Trees (AST)
https://github.com/stryker-mutator/dotnet-regex-parser
Last synced: 11 days ago
JSON representation
Parse dotnet Regexes to Syntax Trees (AST)
- Host: GitHub
- URL: https://github.com/stryker-mutator/dotnet-regex-parser
- Owner: stryker-mutator
- License: apache-2.0
- Created: 2024-08-02T09:58:19.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-20T17:04:58.000Z (21 days ago)
- Last Synced: 2024-12-20T18:22:32.519Z (21 days ago)
- Language: C#
- Size: 228 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Nuget](https://img.shields.io/nuget/v/Stryker.Regex.Parser.svg?color=blue&label=Stryker.Regex.Parser&style=flat-square)](https://www.nuget.org/packages/Stryker.Regex.Parser/)
[![Nuget](https://img.shields.io/nuget/dt/Stryker.Regex.Parser.svg?style=flat-square)](https://www.nuget.org/packages/Stryker.Regex.Parser/)
[![Slack](https://img.shields.io/badge/chat-on%20slack-blueviolet?style=flat-square)](https://join.slack.com/t/stryker-mutator/shared_invite/enQtOTUyMTYyNTg1NDQ0LTU4ODNmZDlmN2I3MmEyMTVhYjZlYmJkOThlNTY3NTM1M2QxYmM5YTM3ODQxYmJjY2YyYzllM2RkMmM1NjNjZjM)# Stryker Regex Parser
A regular expression parser creating a tree (AST) of regular expression nodes.